mirror of
https://github.com/skiqqy/skiqqy.github.io
synced 2025-02-02 12:51:36 +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;
|
||||||
@ -27,4 +27,4 @@ server {
|
|||||||
return 404; # managed by Certbot
|
return 404; # managed by Certbot
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user