This commit is contained in:
Alex55 2026-03-19 09:58:11 +02:00
parent 9ce07a09bd
commit 3c81f52f5e
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
version: '3.8'
services: services:
nginx: nginx:
image: nginx:latest image: nginx:latest

View File

@ -1,6 +1,6 @@
server { server {
listen 80; listen 80;
server_name dest2.com www.dest2.com; server_name wstkeys.top www.wstkeys.top;
location /.well-known/acme-challenge/ { location /.well-known/acme-challenge/ {
root /var/www/certbot; root /var/www/certbot;