add ssl helper

This commit is contained in:
virusdefender 2017-12-16 01:53:59 +08:00
parent 9542b2e5f7
commit 2f76a46500

View File

@ -19,6 +19,10 @@ location /admin {
try_files $uri $uri/ /index.html =404;
}
location /.well-known {
alias /data/ssl/.well-known;
}
location / {
root /app/dist;
try_files $uri $uri/ /index.html =404;