Browse Source

Mise à jour de 'nginx/bookstack.auxilife.eu'

master
pblonde 5 months ago
parent
commit
20a4edbaea
1 changed files with 8 additions and 3 deletions
  1. +8
    -3
      nginx/bookstack.auxilife.eu

+ 8
- 3
nginx/bookstack.auxilife.eu View File

@@ -11,8 +11,13 @@

server {
if ($host = bookstack.auxilife.eu) {

listen 80;
return 301 https://$host$request_uri;

}
}

server_name bookstack.auxilife.eu;
listen 80;
}




Loading…
Cancel
Save