Skip to content
Snippets Groups Projects
Commit 55b02109 authored by egon w. stemle's avatar egon w. stemle :robot:
Browse files

HOTFIX: redirect client-|http|->proxy-|https|->nginx to https://

parent e39f581c
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,10 @@ server {
# try_files $uri $uri/ /index.php?$args;
if ($HTTP_X_SCHEME = "http") {
rewrite ^ https://$http_host$request_uri permanent;
}
}
location /php/aa-statistics.php {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment