1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-10 09:20:41 +01:00

fixed nginx vhost template, made variables local, imroved parameter validation

This commit is contained in:
mikka
2012-09-11 22:04:56 +02:00
parent 91303246ec
commit 08f4d8b9ce
2 changed files with 21 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ server {
access_log /var/log/nginx/{vhost}.access.log;
location / {
try_files $uri $uri/ /app_dev.php;
try_files $uri $uri/ /app_dev.php$uri /app_dev.php$is_args$args;
}
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:{pool_port}