Compare commits
No commits in common. "3d860a23d3f8ccc614c9a277255326423b78e7ec" and "2f2de3a898846db2db3bebd7ffd1b61834ebea30" have entirely different histories.
3d860a23d3
...
2f2de3a898
|
@ -1,3 +1 @@
|
||||||
.data
|
.data
|
||||||
tmp
|
|
||||||
db-data
|
|
|
@ -2,10 +2,9 @@ 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