fix: site log unable fetch previous pages

This commit is contained in:
0xJacky 2023-04-29 21:31:47 +08:00
parent 26938ae1bb
commit d5fa42da3c
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
4 changed files with 42 additions and 53 deletions

View file

@ -19,6 +19,7 @@ server {
ssl_certificate_key /etc/nginx/ssl/amstourship.jackyu.cn_t.jackyu.cn/private.key;
root /var/www/amstourship;
index index.html;
access_log /var/www/logs/amstourship.jackyu.cn.log;
location /.well-known/acme-challenge {
proxy_set_header Host $host;
proxy_set_header X-Real_IP $remote_addr;