mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fixed nginx vhost template, made variables local, imroved parameter validation
This commit is contained in:
parent
91303246ec
commit
08f4d8b9ce
2 changed files with 21 additions and 30 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue