Nginx
- 1 ответ
- 0 вопросов
1
Вклад в тег
location /a/ {
location /b/ {
bla;
}
}
location /a/ {
location /a/b/ {
bla;
}
}
.server {
listen 80;
server_name localhost.dev;
rewrite ^(.*).html$ index.php?id=block&block=$1 last;
location /89262207055 {
root /89262207055/;
}
location /89262207055/file {
rewrite ^ /index.php?id=file&name= last;
}
location /index.php {
bla;
}
}