YEET THAT COMMIT

This commit is contained in:
root 2021-01-13 19:30:56 +00:00
parent 25343e0310
commit 04568cfb72
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.122:83;
proxy_pass http://192.168.68.114: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;