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 e028e32 commit bc7b491Copy full SHA for bc7b491
default.conf
@@ -8,6 +8,8 @@ server {
8
root /usr/share/nginx/html;
9
index index.html index.htm;
10
# try_files $uri $uri/ =404;
11
+
12
+ rewrite ^([^.\?]*[^/])$ https://$http_host$1/ permanent;
13
}
14
15
#error_page 404 /404.html;
0 commit comments