Vagrant: Remove references to Symfony (?) files

pull/17/head
Franz Liedke 2015-09-23 09:23:25 +02:00
parent dee61d288c
commit 894e9a9d4d
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ block="
listen 80; listen 80;
root /vagrant; root /vagrant;
index index.html index.htm index.php app.php app_dev.php; index index.html index.htm index.php;
# Make site accessible from ... # Make site accessible from ...
server_name 192.168.29.29.xip.io flarum.dev; server_name 192.168.29.29.xip.io flarum.dev;
@ -16,7 +16,7 @@ block="
charset utf-8; charset utf-8;
location / { location / {
try_files \$uri \$uri/ /app.php?\$query_string /index.php?\$query_string; try_files \$uri \$uri/ /index.php?\$query_string;
} }
location /api { location /api {