Fixing nginx configuration when server_name is not passed

This commit is contained in:
Ricardo Paes
2022-02-15 14:54:21 -03:00
parent 1e8dc0cce5
commit ca42c867cd
5 changed files with 20 additions and 7 deletions

View File

@@ -8,4 +8,4 @@ location / {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_cache_bypass $http_upgrade;
}
}

View File

@@ -8,4 +8,4 @@ location /static {
include include.d/allcache.conf;
}
include "include.d/spa.conf";
include "include.d/spa.conf";