1232
This commit is contained in:
parent
9ce07a09bd
commit
3c81f52f5e
|
|
@ -1,5 +1,3 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name dest2.com www.dest2.com;
|
||||
server_name wstkeys.top www.wstkeys.top;
|
||||
|
||||
location /.well-known/acme-challenge/ {
|
||||
root /var/www/certbot;
|
||||
|
|
|
|||
Loading…
Reference in New Issue