put config files in config folder
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name piped.akanealw.com;
|
||||
|
||||
set $backend "http://piped-frontend:80";
|
||||
|
||||
location / {
|
||||
proxy_pass $backend;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection "keep-alive";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user