reverseproxy: Fix obsolete port

This commit is contained in:
Stefan Tatschner
2015-06-06 12:01:47 +02:00
parent ba04d232e8
commit 6e14b63175
+1 -1
View File
@@ -66,7 +66,7 @@ behaviour as above
RewriteCond %{HTTPS} !=on
RewriteCond %{ENV:HTTPS} !=on
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
RewriteRule ^(.*) http://localhost:8080/$1 [P]
RewriteRule ^(.*) http://localhost:8384/$1 [P]
This method also redirects to HTTPS to prevent opening the GUI unencrypted.