Loading conf.d/library.shore.co.il.confdeleted 100644 → 0 +0 −27 Original line number Diff line number Diff line server { listen 80; listen [::]:80; server_name library.shore.co.il; include snippets/www-acme-challenge.conf; include snippets/redirect-https.conf; } server { listen 443 ssl; listen [::]:443 ssl; server_name library.shore.co.il; include snippets/ssl.conf; location / { root /srv/library; client_body_temp_path /tmp; dav_methods PUT DELETE MKCOL COPY MOVE; autoindex on; autoindex_exact_size off; limit_except GET PROPFIND OPTIONS HEAD { deny all; } } } docker-compose.yml +0 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ services: default: aliases: - *hostname - library.shore.co.il ports: - '80:80' - '443:443' Loading @@ -20,7 +19,6 @@ services: - '/var/ssl/site.key:/var/ssl/site.key:ro' - '/var/ssl/site.crt:/var/ssl/site.crt:ro' - '/var/ssl/dhparams:/var/ssl/dhparams:ro' - '/srv/library:/srv/library:ro' vouch: environment: Loading Loading
conf.d/library.shore.co.il.confdeleted 100644 → 0 +0 −27 Original line number Diff line number Diff line server { listen 80; listen [::]:80; server_name library.shore.co.il; include snippets/www-acme-challenge.conf; include snippets/redirect-https.conf; } server { listen 443 ssl; listen [::]:443 ssl; server_name library.shore.co.il; include snippets/ssl.conf; location / { root /srv/library; client_body_temp_path /tmp; dav_methods PUT DELETE MKCOL COPY MOVE; autoindex on; autoindex_exact_size off; limit_except GET PROPFIND OPTIONS HEAD { deny all; } } }
docker-compose.yml +0 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ services: default: aliases: - *hostname - library.shore.co.il ports: - '80:80' - '443:443' Loading @@ -20,7 +19,6 @@ services: - '/var/ssl/site.key:/var/ssl/site.key:ro' - '/var/ssl/site.crt:/var/ssl/site.crt:ro' - '/var/ssl/dhparams:/var/ssl/dhparams:ro' - '/srv/library:/srv/library:ro' vouch: environment: Loading