Skip to content

Commit ee70992

Browse files
committed
Remove unecessary file
1 parent 39637ce commit ee70992

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/volumes/conf.d/default.conf
2-
/volumes/certs
2+
/volumes/certs/

volumes/vhost.d/default

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +0,0 @@
1-
## Start of configuration add by letsencrypt container
2-
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

Comments
 (0)