add default acme path
This commit is contained in:
parent
395ea895b8
commit
3f34410783
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@ server {
|
||||||
access_log /var/log/nginx/pandora.access.log;
|
access_log /var/log/nginx/pandora.access.log;
|
||||||
error_log /var/log/nginx/pandora.error.log;
|
error_log /var/log/nginx/pandora.error.log;
|
||||||
|
|
||||||
|
location /.well-known/acme-challenge/ {
|
||||||
|
root /var/www/html/;
|
||||||
|
autoindex off;
|
||||||
|
}
|
||||||
|
|
||||||
location /favicon.ico {
|
location /favicon.ico {
|
||||||
root /srv/pandora/static;
|
root /srv/pandora/static;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue