Skip to content

Commit 7fa1dfb

Browse files
committed
wip
1 parent 004bf98 commit 7fa1dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf-web/nginx.ssl.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
server {
6-
listen %ip%:443 ssl http2;
6+
listen %ip%:443 ssl;
77
server_name webdav-%user%.%domain% ;
88
auth_basic "Restricted Access";
99
auth_basic_user_file /home/%user%/conf/web/webdav-%user%.%domain%/.htpasswd;

0 commit comments

Comments
 (0)