static landing page (http) for sselab.ddns.net & hassallab.it

This commit is contained in:
Fabio Sinibaldi 2025-03-11 17:26:07 +01:00
parent c99a2b323b
commit 8b64a22068
1 changed files with 12 additions and 0 deletions

View File

@ -108,6 +108,18 @@ http {
}
#static landing page for sselab.ddns.net / hassallab.it
server {
listen 80;
server_name sselab.ddns.net *.sselab.ddns.net hassallab.it *.hassallab.it;
root /var/www/default;
location /{
try_files $uri /$uri /index.html;
}
}
#Default Catch-all redirects to https
server {
listen 80 default_server;