mirror of
https://github.com/KevinMidboe/nginx.git
synced 2025-10-29 17:50:26 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user