Browse Source

resolve bad configuration of git nginx config

master
Bertrand Janvoie 3 years ago
parent
commit
136c00d7d5
  1. 4
      gitea/git.noobtoroot.xyz

4
gitea/git.noobtoroot.xyz

@ -1,8 +1,8 @@
server {
listen 80;
server_name git.noobtoroot.com;
server_name git.noobtoroot.xyz;
location / {
proxy_pass http://git.noobtoroot.xyz:3000;
proxy_pass http://127.0.0.1:3000;
}
}

Loading…
Cancel
Save