diff options
author | Yuqian Yang <crupest@outlook.com> | 2025-06-29 17:24:25 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@outlook.com> | 2025-06-29 17:24:25 +0800 |
commit | e50e5a00afe0895b33ef7b402d0277c0e4c3b7a5 (patch) | |
tree | 2984ba0a28551827906c55cf431909dc49247d6e /services/docker/nginx | |
parent | 0477bd95a7b946f0431939b909697cac6ab251cb (diff) | |
download | crupest-e50e5a00afe0895b33ef7b402d0277c0e4c3b7a5.tar.gz crupest-e50e5a00afe0895b33ef7b402d0277c0e4c3b7a5.tar.bz2 crupest-e50e5a00afe0895b33ef7b402d0277c0e4c3b7a5.zip |
service: remove 2fa.
Diffstat (limited to 'services/docker/nginx')
-rw-r--r-- | services/docker/nginx/configs/templates/root.conf.template | 5 |
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; |