location ^~ /bin/ { return 403; } location ^~ /conf/ { return 403; } location ^~ /data/ { return 403; } location ^~ /inc/ { return 403; }