From 103e74e2d1c229b9573011f8d5ca8d4f6c26c5a3 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Oct 2020 20:00:13 +0000 Subject: [PATCH] Changed git hosting to another machine --- units/git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/units/git b/units/git index 04fef03..f081a04 100644 --- a/units/git +++ b/units/git @@ -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 -} \ No newline at end of file +}