mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
fix: edit btn not navigating to edit page
This commit is contained in:
parent
88daebbb75
commit
dd6c366af3
3 changed files with 6 additions and 22 deletions
|
@ -1,24 +1,5 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name test.jackyu.cn;
|
||||
location /.well-known/acme-challenge {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real_IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $remote_addr:$remote_port;
|
||||
proxy_pass http://127.0.0.1:5002;
|
||||
}
|
||||
}
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
server_name test.jackyu.cn;
|
||||
ssl_certificate /etc/nginx/ssl/test.jackyu.cn/fullchain.cer;
|
||||
ssl_certificate_key /etc/nginx/ssl/test.jackyu.cn/private.key;
|
||||
location /.well-known/acme-challenge {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real_IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $remote_addr:$remote_port;
|
||||
proxy_pass http://127.0.0.1:5002;
|
||||
}
|
||||
server_name test;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue