clean up nginx config

This commit is contained in:
2021-05-24 14:36:29 +00:00
parent ffd4238cc4
commit ab8e4dbdbd
5 changed files with 26 additions and 41 deletions

View File

@@ -0,0 +1,5 @@
location / {
include proxy.conf;
proxy_buffering off;
proxy_pass http://$host:$port;
}