Mã:
location / {
index index.php index.html index.htm;
try_files $uri $uri/ /index.php?$uri&$args;
}
location /internal_data/ {
internal;
allow 127.0.0.1;
deny all;
}
location /library/ {
internal;
allow 127.0.0.1;
deny all;
}
Mã:
location /forums/ {
index index.php index.html index.htm;
try_files $uri $uri/ /forums/index.php?$uri&$args;
}
location /forums/internal_data/ {
internal;
allow 127.0.0.1;
deny all;
}
location /forums/library/ {
internal;
allow 127.0.0.1;
deny all;
}
Đăng nhận xét Blogger Facebook