fix
This commit is contained in:
parent
2f2de3a898
commit
004403cd9a
|
@ -1 +1,3 @@
|
||||||
.data
|
.data
|
||||||
|
tmp
|
||||||
|
db-data/**
|
|
@ -2,9 +2,10 @@ server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
server_name portainer.skazochnik.spb.ru;
|
server_name portainer.skazochnik.spb.ru;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://localhost:8077
|
proxy_pass http://localhost:8077;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ssl_certificate /etc/letsencrypt/live/portainer.skazochnik.spb.ru/fullchain.pem; # managed by Certbot
|
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
|
ssl_certificate_key /etc/letsencrypt/live/portainer.skazochnik.spb.ru/privkey.pem; # managed by Certbot
|
||||||
}
|
}
|
Loading…
Reference in New Issue