mirror of
https://github.com/getlago/lago.git
synced 2025-07-14 01:41:33 +07:00
misc(docker): fix letsencrypt config (#139)
This commit is contained in:
@ -19,7 +19,9 @@ server {
|
|||||||
server_name lago.example;
|
server_name lago.example;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://lago.example;
|
root /usr/share/nginx/html;
|
||||||
|
index index.html index.htm;
|
||||||
|
try_files $uri $uri/ /index.html =404;
|
||||||
}
|
}
|
||||||
|
|
||||||
ssl_certificate /etc/letsencrypt/live/lago.example/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/lago.example/fullchain.pem;
|
||||||
|
Reference in New Issue
Block a user