docker
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# DOMAIN = example.com
|
||||
|
||||
location /git {
|
||||
return 301 $scheme://$host/gitea/;
|
||||
return 301 $scheme://$host/git/;
|
||||
}
|
||||
|
||||
location ^~ /git/ {
|
||||
|
||||
Reference in New Issue
Block a user