Changed git hosting to another machine

This commit is contained in:
root 2020-10-26 20:00:13 +00:00
parent 7eaa1b35c4
commit 103e74e2d1

View File

@ -2,7 +2,7 @@ server {
server_name git.skiqqy.xyz;
location / {
proxy_pass http://localhost:83;
proxy_pass http://192.168.68.102: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;
@ -27,4 +27,4 @@ server {
return 404; # managed by Certbot
}
}