mirror of
https://github.com/skiqqy/skiqqy.github.io
synced 2025-01-22 23:44:11 +00:00
Changed git hosting to another machine
This commit is contained in:
parent
7eaa1b35c4
commit
103e74e2d1
@ -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
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user