Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-10-27 09:30:08 +01:00
parent 3a70fc7f2b
commit 8e7f112448
+2 -2
View File
@@ -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;