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
commite50e5a00afe0895b33ef7b402d0277c0e4c3b7a5 (patch)
tree2984ba0a28551827906c55cf431909dc49247d6e /services/docker
parent0477bd95a7b946f0431939b909697cac6ab251cb (diff)
downloadcrupest-e50e5a00afe0895b33ef7b402d0277c0e4c3b7a5.tar.gz
crupest-e50e5a00afe0895b33ef7b402d0277c0e4c3b7a5.tar.bz2
crupest-e50e5a00afe0895b33ef7b402d0277c0e4c3b7a5.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;