Просмотр поста

.
Koenig
(\/)____o_O____(\/)

Rakovskiy,

# nginx configuration
location / {
if ($request_uri ~ "^/backend"){
rewrite ^/backend/(.*)$ /backend/web/$1 break;
}
rewrite ^(.*)$ /frontend/web/$1;
}


http://winginx.com/ru/htaccess