Catch all routes for leifsopplevelser from main. Leifsopplevelser now also has a single ssl certificate per subdomain instead of wildcard

This commit is contained in:
2019-07-29 16:03:51 +02:00
parent 405413ec46
commit b361493706
2 changed files with 10 additions and 11 deletions

View File

@@ -25,7 +25,7 @@
server {
listen 80 default_server;
listen [::]:80 default_server;
server_name leifsopplevelser.no ruterna.no textbars.app *.kevinmidboe.com kevinmidboe.com;
server_name *.leifsopplevelser.no ruterna.no textbars.app *.kevinmidboe.com kevinmidboe.com;
return 302 https://$host$request_uri;