add acme rules
This commit is contained in:
parent
5091474d41
commit
d496c74f57
@ -1193,7 +1193,6 @@ server {
|
||||
listen 80 ;
|
||||
listen [::]:80 ;
|
||||
server_name _;
|
||||
access_log syslog:server=10.8.0.3:514,tag=nginx_access main;
|
||||
|
||||
location /.well-known/acme-challenge/ {
|
||||
root /var/www/certbot;
|
||||
|
@ -5,4 +5,7 @@ services:
|
||||
- 92.38.153.141:80:80
|
||||
- 92.38.153.141:443:443
|
||||
restart: always
|
||||
volumes:
|
||||
# - /home/runner/certs/:/etc/nginx/certs/:ro
|
||||
- /home/runner/acme/:/var/www/certbot/:ro
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user