reorganize ssl config ; default proxy config

This commit is contained in:
2021-05-24 14:58:42 +00:00
parent ab8e4dbdbd
commit 04211ed730
7 changed files with 14 additions and 9 deletions

View File

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