Spaces:
Running
Running
Commit
·
03c2d44
1
Parent(s):
d8b9463
Update nginx.conf
Browse files- nginx.conf +1 -0
nginx.conf
CHANGED
@@ -24,6 +24,7 @@ http {
|
|
24 |
proxy_cache_bypass $http_upgrade;
|
25 |
proxy_read_timeout 86400;
|
26 |
proxy_redirect off;
|
|
|
27 |
}
|
28 |
|
29 |
location /_next/ {
|
|
|
24 |
proxy_cache_bypass $http_upgrade;
|
25 |
proxy_read_timeout 86400;
|
26 |
proxy_redirect off;
|
27 |
+
port_in_redirect off;
|
28 |
}
|
29 |
|
30 |
location /_next/ {
|