From 8e7f1124481c8901539f255406bcfb2e29002b9d Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Mon, 27 Oct 2025 09:30:08 +0100 Subject: [PATCH] spotscan Signed-off-by: Basil Bruhn --- conf.d/spotscan.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.d/spotscan.conf b/conf.d/spotscan.conf index b614024..ae669e3 100644 --- a/conf.d/spotscan.conf +++ b/conf.d/spotscan.conf @@ -1,14 +1,14 @@ # INC0150202 Kohlbrecher Joachim & Wall Edward Owen server { listen 80; - server_name spotscan.psi.ch; + server_name spotscan.ch; return 301 https://$host$request_uri; } server { listen 443 ssl; - server_name spotscan.psi.ch; + server_name spotscan.ch; root /opt/webcontent/DMZ/spotscan; index index.html;