Showing
1 changed file
with
2 additions
and
2 deletions
@@ -4,8 +4,8 @@ server { | @@ -4,8 +4,8 @@ server { | ||
4 | #charset koi8-r; | 4 | #charset koi8-r; |
5 | access_log /Data/logs/nginx/access_admin.ufo.yohobuy.com.log fenxi; | 5 | access_log /Data/logs/nginx/access_admin.ufo.yohobuy.com.log fenxi; |
6 | 6 | ||
7 | - | ||
8 | - {% for i in yoho_office_ips %} | 7 | + # only allow for office access |
8 | + {% for i in yoho_office_ips %} | ||
9 | allow {{ i }}; | 9 | allow {{ i }}; |
10 | {% endfor %} | 10 | {% endfor %} |
11 | deny all; | 11 | deny all; |
-
Please register or login to post a comment