Fix nginx issue.
This commit is contained in:
parent
0e9efd6e3f
commit
53513e9137
|
|
@ -66,13 +66,13 @@ server {
|
|||
ssl_certificate /etc/letsencrypt/live/limbo.jpace121.net/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/limbo.jpace121.net/privkey.pem;
|
||||
|
||||
root /var/www/limbo.jpace121.net/;
|
||||
location / {
|
||||
try_files $uri /index.html;
|
||||
}
|
||||
location /.well-known {
|
||||
alias /var/www/limbo.jpace121.net/.well-known;
|
||||
}
|
||||
|
||||
location / {
|
||||
root /var/www/limbo.jpace121.net/;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue