This commit is contained in:
Alex55 2026-03-19 10:28:57 +02:00
parent 8c9d64cc23
commit b6846972b5
1 changed files with 8 additions and 3 deletions

View File

@ -1,10 +1,15 @@
server {
listen 80;
server_name wstkeys.top www.wstkeys.top;
return 301 https://$host$request_uri;
}
location /.well-known/acme-challenge/ {
root /var/www/certbot;
}
server {
listen 443 ssl;
server_name wstkeys.top www.wstkeys.top;
ssl_certificate /etc/letsencrypt/live/dest2.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/dest2.com/privkey.pem;
location / {
proxy_pass http://host.docker.internal:5205;