Skip to content

Commit 9a5fbc4

Browse files
committed
Removing old http redirect.
1 parent 9a23a9b commit 9a5fbc4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

templates/subfolder.conf

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
location ~ ${NGINX_SUBFOLDER}/(.*) {
22
try_files /$1 @rewrite;
33
}
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

Comments
 (0)