mirror of
https://github.com/skiqqy/skiqqy.github.io
synced 2025-02-08 23:56:50 +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;
|
server_name git.skiqqy.xyz;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://localhost:83;
|
proxy_pass http://192.168.68.102:83;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
Loading…
Reference in New Issue
Block a user