server {
location / {
index index.php index.html index.htm;
}
location /../site/ {
index index.php index.html index.htm;
try_files $uri $uri/ /.../site/index.php?$args;
}
}
- Inicie sesión o registrese para enviar comentarios
Comentarios