...
|
...
|
@@ -4,8 +4,8 @@ server { |
|
|
#charset koi8-r;
|
|
|
access_log /Data/logs/nginx/access_admin.ufo.yohobuy.com.log fenxi;
|
|
|
|
|
|
|
|
|
{% for i in yoho_office_ips %}
|
|
|
# only allow for office access
|
|
|
{% for i in yoho_office_ips %}
|
|
|
allow {{ i }};
|
|
|
{% endfor %}
|
|
|
deny all;
|
...
|
...
|
|