We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f5749 commit 7502a45Copy full SHA for 7502a45
nginx.conf
@@ -33,7 +33,7 @@ http {
33
listen 8080 default_server;
34
listen [::]:8080 default_server;
35
server_name _;
36
- return 301 REDIRECT_URL;
+ return 302 REDIRECT_URL;
37
add_header X-Frame-Options "SAMEORIGIN" always;
38
add_header X-XSS-Protection "1; mode=block" always;
39
add_header X-Content-Type-Options "nosniff" always;
0 commit comments