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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user