diff options
author | crupest <crupest@outlook.com> | 2024-11-03 18:32:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-11-03 18:32:34 +0800 |
commit | ad2ecd65caa56c8ae2120da18255c345853838eb (patch) | |
tree | bfff02b0769dc65464cae0fdc4a04aabe4a139ef /template/nginx | |
parent | 351fd8aa192b348d112cc12a36a7ba19e20d28aa (diff) | |
download | crupest-ad2ecd65caa56c8ae2120da18255c345853838eb.tar.gz crupest-ad2ecd65caa56c8ae2120da18255c345853838eb.tar.bz2 crupest-ad2ecd65caa56c8ae2120da18255c345853838eb.zip |
feat(service): add forgejo.
Diffstat (limited to 'template/nginx')
-rw-r--r-- | template/nginx/server.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/nginx/server.json b/template/nginx/server.json index eadce1e..c9a6108 100644 --- a/template/nginx/server.json +++ b/template/nginx/server.json @@ -12,6 +12,11 @@ "upstream": "debian-dev:8080" }, { + "type": "reverse-proxy", + "subdomain": "git", + "upstream": "forgejo:3000" + }, + { "type": "static-file", "subdomain": "blog", "root": "/srv/blog" |