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 7fa1dfb commit 576bd48Copy full SHA for 576bd48
conf-web/nginx.conf
@@ -7,7 +7,7 @@ server {
7
server_name webdav-%user%.%domain% ;
8
auth_basic "Restricted Access";
9
auth_basic_user_file /home/%user%/conf/web/webdav-%user%.%domain%/.htpasswd;
10
- include /home/%user%/conf/web/webdav-%user%.%domain%/nginx.forcessl.conf*;
+ return 301 https://$host$request_uri;
11
12
location / {
13
proxy_pass http://%ip%:%port%;
0 commit comments