This commit is contained in:
poslop
2022-11-04 11:17:56 -05:00
parent 6ec0a5066f
commit 13b6f89798
3 changed files with 47 additions and 9 deletions

View File

@@ -121,7 +121,7 @@ http {
##
# Virtual Host Configs
##
include /config/nginx/site-confs/*;
include /config/nginx/site-confs/*.conf;
#Removed lua. Do not remove this comment

View File

@@ -6,7 +6,7 @@
# DOMAIN = example.com
location /git {
return 301 $scheme://$host/gitea/;
return 301 $scheme://$host/git/;
}
location ^~ /git/ {