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 39637ce commit ee70992Copy full SHA for ee70992
.gitignore
@@ -1,2 +1,2 @@
1
/volumes/conf.d/default.conf
2
-/volumes/certs
+/volumes/certs/
volumes/vhost.d/default
@@ -1,10 +0,0 @@
-## Start of configuration add by letsencrypt container
-location ^~ /.well-known/acme-challenge/ {
3
- auth_basic off;
4
- auth_request off;
5
- allow all;
6
- root /usr/share/nginx/html;
7
- try_files $uri =404;
8
- break;
9
-}
10
-## End of configuration add by letsencrypt container
0 commit comments