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

View file

@ -1,16 +1,13 @@
server {
#listen 80;
listen [::]:80;
server_name opkg.services.ffhh;
include /etc/nginx/include/no_logging.conf;
access_log off; # Bitte nicht aktivieren. Wir wollen ja nicht die IPs unserer Visitor loggen.
#listen 80;
listen [::]:80;
# Bitte nur zum Debuggen von schweren Fehlern das Log-File temporär setzen und dann anschließend die Logs löschen.
# So stellen wir sicher, dass keine IPs geloggt werden.
error_log /dev/null crit;
server_name opkg.services.ffhh;
location / {
proxy_pass https://downloads.openwrt.org/;
}
location / {
proxy_pass https://downloads.openwrt.org/;
}
}