CalebCometML commited on
Commit
03c2d44
·
1 Parent(s): d8b9463

Update nginx.conf

Browse files
Files changed (1) hide show
  1. 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/ {