static landing page (http) for sselab.ddns.net & hassallab.it
This commit is contained in:
parent
c99a2b323b
commit
8b64a22068
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue