Change IP to 192.168.1.24

This commit is contained in:
2024-03-12 00:29:52 +08:00
parent 830f2ac494
commit b3ba2c6036
5 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ server {
ssl_trusted_certificate /etc/letsencrypt/live/rss.awin.one/chain.pem;
location / {
proxy_pass http://192.168.1.22:8060;
proxy_pass http://192.168.1.24:8060;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;