aboutsummaryrefslogtreecommitdiff
path: root/services/templates/nginx
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-28 16:18:56 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-28 16:33:19 +0800
commit4d3232069bbb6f89cbbf50ca64209d39fdfcd89f (patch)
tree031b86d225ed9690893a42296023c14ba1a0a984 /services/templates/nginx
parent0052b9d898e52584b53a4de219bdb58df20be0e1 (diff)
downloadcrupest-4d3232069bbb6f89cbbf50ca64209d39fdfcd89f.tar.gz
crupest-4d3232069bbb6f89cbbf50ca64209d39fdfcd89f.tar.bz2
crupest-4d3232069bbb6f89cbbf50ca64209d39fdfcd89f.zip
feat(git): use non-root and add robots.
Diffstat (limited to 'services/templates/nginx')
-rw-r--r--services/templates/nginx/conf.d/root.conf.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/templates/nginx/conf.d/root.conf.template b/services/templates/nginx/conf.d/root.conf.template
index dd223c2..28c2fea 100644
--- a/services/templates/nginx/conf.d/root.conf.template
+++ b/services/templates/nginx/conf.d/root.conf.template
@@ -14,7 +14,7 @@ server {
location /git/ {
include common/proxy-common;
client_max_body_size 5G;
- proxy_pass http://git-server:80;
+ proxy_pass http://git-server:3636;
}
location = /github {