aboutsummaryrefslogtreecommitdiff
path: root/template/nginx/static-file.conf.template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-20 15:27:20 +0800
committercrupest <crupest@outlook.com>2022-11-20 15:27:20 +0800
commit839e518e0a0cc9ae15692e541a6c79106d223f12 (patch)
treeaf8b18db5bdb540c589f36f090876d2b5eaaa43a /template/nginx/static-file.conf.template
parent4e6dcdc7c56e65cb8d69e35ec0b0ebc5a47f940c (diff)
downloadcrupest-839e518e0a0cc9ae15692e541a6c79106d223f12.tar.gz
crupest-839e518e0a0cc9ae15692e541a6c79106d223f12.tar.bz2
crupest-839e518e0a0cc9ae15692e541a6c79106d223f12.zip
Continue to fix nginx.
Diffstat (limited to 'template/nginx/static-file.conf.template')
-rw-r--r--template/nginx/static-file.conf.template3
1 files changed, 0 insertions, 3 deletions
diff --git a/template/nginx/static-file.conf.template b/template/nginx/static-file.conf.template
index 1597d10..0ada7cd 100644
--- a/template/nginx/static-file.conf.template
+++ b/template/nginx/static-file.conf.template
@@ -3,9 +3,6 @@ server {
listen [::]:443 ssl http2;
server_name ${CRUPEST_NGINX_SUBDOMAIN}.${CRUPEST_DOMAIN};
- ssl_certificate /etc/letsencrypt/live/${CRUPEST_DOMAIN}/fullchain.pem;
- ssl_certificate_key /etc/letsencrypt/live/${CRUPEST_DOMAIN}/privkey.pem;
-
root ${CRUPEST_NGINX_ROOT};
client_max_body_size 5G;