mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 17:33:20 +07:00
fix(nginx): fix configuration for selfsigned cert (#130)
This commit is contained in:
parent
7bed1debee
commit
7449f47ee3
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit a5631cfd3a36369e30cda3e9aa0f44cf6b5931b3
|
||||
Subproject commit 6ee34a01130a33113db124dd995cb23d2bd4a8d6
|
@ -16,4 +16,10 @@ server {
|
||||
ssl_certificate /etc/ssl/certs/nginx-selfsigned.crt;
|
||||
ssl_certificate_key /etc/ssl/private/nginx-selfsigned.key;
|
||||
ssl_dhparam /etc/ssl/certs/dhparam.pem;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
try_files $uri $uri/ /index.html =404;
|
||||
}
|
||||
}
|
2
front
2
front
@ -1 +1 @@
|
||||
Subproject commit 6f0451f5117312236279cfc0d1d1f87467f8a46f
|
||||
Subproject commit 97cda1f712f0e407bb59356793c55d43d35ff162
|
Loading…
Reference in New Issue
Block a user