Konfiguration gefixt und massiv aufgeräumt

SSL Redirects funktionieren jetzt
This commit is contained in:
kpcyrd 2015-01-31 06:47:41 +00:00
commit d144bc082c
30 changed files with 501 additions and 241 deletions

9
sites-available/insecure Normal file
View file

@ -0,0 +1,9 @@
server {
listen 80;
listen [::]:80;
server_name _;
access_log off;
rewrite ^ https://$host$request_uri? permanent;
}