This commit is contained in:
2023-11-19 12:00:37 +00:00
parent c32b5c684d
commit f9b8da4200
24 changed files with 535 additions and 12 deletions

View File

@@ -0,0 +1,11 @@
server {
listen 443 ssl;
server_name portainer.skazochnik.spb.ru;
location / {
proxy_pass http://localhost:8077;
}
ssl_certificate /etc/letsencrypt/live/portainer.skazochnik.spb.ru/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/portainer.skazochnik.spb.ru/privkey.pem; # managed by Certbot
}