|
@@ -15,7 +15,7 @@ server {
|
|
|
add_header X-XSS-Protection "1; mode=block" always;
|
|
add_header X-XSS-Protection "1; mode=block" always;
|
|
|
|
|
|
|
|
location / {
|
|
location / {
|
|
|
- proxy_pass http://explorer
|
|
|
|
|
|
|
+ proxy_pass http://explorer;
|
|
|
proxy_redirect off;
|
|
proxy_redirect off;
|
|
|
|
|
|
|
|
proxy_set_header Host $host;
|
|
proxy_set_header Host $host;
|