add ssl helper
This commit is contained in:
@@ -19,6 +19,10 @@ location /admin {
|
|||||||
try_files $uri $uri/ /index.html =404;
|
try_files $uri $uri/ /index.html =404;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /.well-known {
|
||||||
|
alias /data/ssl/.well-known;
|
||||||
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /app/dist;
|
root /app/dist;
|
||||||
try_files $uri $uri/ /index.html =404;
|
try_files $uri $uri/ /index.html =404;
|
||||||
|
|||||||
Reference in New Issue
Block a user