diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-06 22:15:14 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-06 22:15:14 +0800 |
commit | 4442aad817bd028d40560ce8bfefad36f60ef27e (patch) | |
tree | 50103cbad8d2611f3ae1bffdf3922b3162b36910 /templates/nginx | |
parent | e8354c30f2fc3a934a2a941b3bbb9c2449081051 (diff) | |
download | crupest-4442aad817bd028d40560ce8bfefad36f60ef27e.tar.gz crupest-4442aad817bd028d40560ce8bfefad36f60ef27e.tar.bz2 crupest-4442aad817bd028d40560ce8bfefad36f60ef27e.zip |
feat(service): disable code-server service.
Diffstat (limited to 'templates/nginx')
-rw-r--r-- | templates/nginx/conf.d/code.conf.template | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/nginx/conf.d/code.conf.template b/templates/nginx/conf.d/code.conf.template index 205c7ba..aa70ebc 100644 --- a/templates/nginx/conf.d/code.conf.template +++ b/templates/nginx/conf.d/code.conf.template @@ -1,20 +1,6 @@ server { server_name code.${CRUPEST_DOMAIN}; - include common/https-listen; - - location / { - include common/proxy-common; - proxy_pass http://debian-dev:8080/; - } - - client_max_body_size 5G; -} - - -server { - server_name code.${CRUPEST_DOMAIN}; include common/http-listen; - include common/https-redirect; include common/acme-challenge; } |