Konfiguration gefixt und massiv aufgeräumt
SSL Redirects funktionieren jetzt
This commit is contained in:
parent
d170593345
commit
d144bc082c
30 changed files with 501 additions and 241 deletions
9
sites-available/insecure
Normal file
9
sites-available/insecure
Normal file
|
@ -0,0 +1,9 @@
|
|||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
server_name _;
|
||||
access_log off;
|
||||
|
||||
rewrite ^ https://$host$request_uri? permanent;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue