nginx/sites-available/opkg_ffhh
kpcyrd d144bc082c Konfiguration gefixt und massiv aufgeräumt
SSL Redirects funktionieren jetzt
2015-01-31 06:47:41 +00:00

14 lines
209 B
Plaintext

server {
include /etc/nginx/include/no_logging.conf;
#listen 80;
listen [::]:80;
server_name opkg.services.ffhh;
location / {
proxy_pass https://downloads.openwrt.org/;
}
}