Skip to content

Commit 7502a45

Browse files
committed
Use a temporary redirect
1 parent d8f5749 commit 7502a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ http {
3333
listen 8080 default_server;
3434
listen [::]:8080 default_server;
3535
server_name _;
36-
return 301 REDIRECT_URL;
36+
return 302 REDIRECT_URL;
3737
add_header X-Frame-Options "SAMEORIGIN" always;
3838
add_header X-XSS-Protection "1; mode=block" always;
3939
add_header X-Content-Type-Options "nosniff" always;

0 commit comments

Comments
 (0)