|
|
@@ -6,8 +6,6 @@ config server '_lan'
|
|
|
list listen '80 default_server'
|
|
|
list listen '[::]:80 default_server'
|
|
|
option server_name 'op'
|
|
|
- option index 'nginx.html index.html'
|
|
|
- list include 'restrict_locally'
|
|
|
list include 'conf.d/*.locations'
|
|
|
option access_log 'off; # logd openwrt'
|
|
|
|
|
|
@@ -15,8 +13,6 @@ config server '_ssl'
|
|
|
list listen '443 ssl'
|
|
|
list listen '[::]:443 ssl'
|
|
|
option server_name '_ssl'
|
|
|
- option index 'nginx.html index.html'
|
|
|
- list include 'restrict_locally'
|
|
|
list include 'conf.d/*.locations'
|
|
|
option uci_manage_ssl 'self-signed'
|
|
|
option ssl_certificate '/etc/nginx/conf.d/_lan.crt'
|