2014-09-15 23:58:44 +02:00
|
|
|
server {
|
2015-01-31 07:47:41 +01:00
|
|
|
include /etc/nginx/include/no_logging.conf;
|
2014-09-15 23:58:44 +02:00
|
|
|
|
2015-01-31 07:47:41 +01:00
|
|
|
#listen 80;
|
|
|
|
listen [::]:80;
|
2014-09-15 23:58:44 +02:00
|
|
|
|
2015-01-31 07:47:41 +01:00
|
|
|
server_name opkg.services.ffhh;
|
2014-09-15 23:58:44 +02:00
|
|
|
|
2015-01-31 07:47:41 +01:00
|
|
|
location / {
|
|
|
|
proxy_pass https://downloads.openwrt.org/;
|
|
|
|
}
|
2014-09-15 23:58:44 +02:00
|
|
|
}
|
|
|
|
|