mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
fix: site log unable fetch previous pages
This commit is contained in:
parent
26938ae1bb
commit
d5fa42da3c
4 changed files with 42 additions and 53 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue