aboutsummaryrefslogtreecommitdiff
path: root/services/docker
diff options
context:
space:
mode:
authorYuqian Yang <crupest@outlook.com>2025-06-29 17:24:25 +0800
committerYuqian Yang <crupest@outlook.com>2025-06-29 17:24:25 +0800
commitf83c3343d1fafbc1bf387dfc64e269fed441ca26 (patch)
tree07a6200664bc0fd9d892dbb1b0e31294cb53750a /services/docker
parente2ca6c92b4af225cb7d7247b538866fdffe89820 (diff)
downloadcrupest-f83c3343d1fafbc1bf387dfc64e269fed441ca26.tar.gz
crupest-f83c3343d1fafbc1bf387dfc64e269fed441ca26.tar.bz2
crupest-f83c3343d1fafbc1bf387dfc64e269fed441ca26.zip
service: remove 2fa.
Diffstat (limited to 'services/docker')
-rw-r--r--services/docker/nginx/configs/templates/root.conf.template5
1 files changed, 0 insertions, 5 deletions
diff --git a/services/docker/nginx/configs/templates/root.conf.template b/services/docker/nginx/configs/templates/root.conf.template
index e3e93ad..4cc9a51 100644
--- a/services/docker/nginx/configs/templates/root.conf.template
+++ b/services/docker/nginx/configs/templates/root.conf.template
@@ -6,11 +6,6 @@ server {
root /srv/www;
}
- location /2fa/ {
- include common/proxy-common;
- proxy_pass http://2fauth:8000/;
- }
-
location /git/ {
include common/proxy-common;
client_max_body_size 5G;