aboutsummaryrefslogtreecommitdiff
path: root/net/nginx/files/_lan.conf
blob: d44871f3cedcce21d5f3c8846621c6102f74ab70 (plain)
1
2
3
4
5
6
7
8
# default_server for the LAN addresses getting the IPs by:
# ifstatus lan | jsonfilter -e '@["ipv4-address","ipv6-address"].*.address'
server {
	include '/var/lib/nginx/lan.listen.default';
	server_name _lan;
	# access_log /proc/self/fd/1 openwrt; # use logd (init forwards stdout).
	include conf.d/*.locations;
}