mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 16:53:19 +07:00
misc(docker): fix letsencrypt config (#139)
This commit is contained in:
parent
da760208a5
commit
3162d8657c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user