aboutsummaryrefslogtreecommitdiff
path: root/templates/disabled/nginx/code.conf.template
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-20 17:52:32 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-20 18:02:19 +0800
commitf4c3bd4a2eae6861a6b6c053ab62b6538b64a1ff (patch)
treeb1b7bced8537f448e31d686e88b9b5c6a7c2f59a /templates/disabled/nginx/code.conf.template
parent9c2ef5c38ed57ca5fbd5d6ffe41f802001810abb (diff)
downloadcrupest-f4c3bd4a2eae6861a6b6c053ab62b6538b64a1ff.tar.gz
crupest-f4c3bd4a2eae6861a6b6c053ab62b6538b64a1ff.tar.bz2
crupest-f4c3bd4a2eae6861a6b6c053ab62b6538b64a1ff.zip
feat(cru-py): use new template format.
Diffstat (limited to 'templates/disabled/nginx/code.conf.template')
-rw-r--r--templates/disabled/nginx/code.conf.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/disabled/nginx/code.conf.template b/templates/disabled/nginx/code.conf.template
index 205c7ba..0abe042 100644
--- a/templates/disabled/nginx/code.conf.template
+++ b/templates/disabled/nginx/code.conf.template
@@ -1,5 +1,5 @@
server {
- server_name code.${CRUPEST_DOMAIN};
+ server_name code.@@CRUPEST_DOMAIN@@;
include common/https-listen;
location / {
@@ -12,7 +12,7 @@ server {
server {
- server_name code.${CRUPEST_DOMAIN};
+ server_name code.@@CRUPEST_DOMAIN@@;
include common/http-listen;
include common/https-redirect;