aboutsummaryrefslogtreecommitdiff
path: root/templates/disabled/nginx/timeline.conf.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/disabled/nginx/timeline.conf.template')
-rw-r--r--templates/disabled/nginx/timeline.conf.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/disabled/nginx/timeline.conf.template b/templates/disabled/nginx/timeline.conf.template
index 551e0ae..ce7341b 100644
--- a/templates/disabled/nginx/timeline.conf.template
+++ b/templates/disabled/nginx/timeline.conf.template
@@ -1,7 +1,7 @@
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
- server_name timeline.${CRUPEST_DOMAIN};
+ server_name timeline.@@CRUPEST_DOMAIN@@;
location / {
include common/reverse-proxy;
@@ -14,7 +14,7 @@ server {
server {
listen 80;
listen [::]:80;
- server_name timeline.${CRUPEST_DOMAIN};
+ server_name timeline.@@CRUPEST_DOMAIN@@;
include common/https-redirect;
include common/acme-challenge;