mirror of
https://github.com/getlago/lago.git
synced 2025-07-13 17:29:38 +07:00
misc(docker): fix letsencrypt config (#139)
This commit is contained in:
@ -19,7 +19,9 @@ server {
|
||||
server_name lago.example;
|
||||
|
||||
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;
|
||||
|
Reference in New Issue
Block a user