Skip to content

Commit 576bd48

Browse files
committed
wip
1 parent 7fa1dfb commit 576bd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf-web/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ server {
77
server_name webdav-%user%.%domain% ;
88
auth_basic "Restricted Access";
99
auth_basic_user_file /home/%user%/conf/web/webdav-%user%.%domain%/.htpasswd;
10-
include /home/%user%/conf/web/webdav-%user%.%domain%/nginx.forcessl.conf*;
10+
return 301 https://$host$request_uri;
1111

1212
location / {
1313
proxy_pass http://%ip%:%port%;

0 commit comments

Comments
 (0)