Update unit

This commit is contained in:
root 2020-11-23 18:46:39 +00:00
parent 93e9a2bec2
commit 25343e0310
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ server {
server_name git.skiqqy.xyz;
location / {
proxy_pass http://192.168.68.102:83;
proxy_pass http://192.168.68.122:83;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;