We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a23a9b commit 9a5fbc4Copy full SHA for 9a5fbc4
templates/subfolder.conf
@@ -1,10 +1,3 @@
1
location ~ ${NGINX_SUBFOLDER}/(.*) {
2
try_files /$1 @rewrite;
3
}
4
-
5
- location ${NGINX_SUBFOLDER} {
6
- if ($http_x_forwarded_proto = "https") {
7
- return 301 https://$host$request_uri/;
8
- }
9
- return 301 http://$host$request_uri/;
10
0 commit comments