Update nginx
This commit is contained in:
@@ -391,9 +391,6 @@ http {
|
||||
|
||||
location /change {
|
||||
|
||||
alias "/var/www/html/change";
|
||||
try_files $uri /change/index.html;
|
||||
|
||||
# Set proxy headers
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
Reference in New Issue
Block a user