Browse Source

Vagrant: Remove references to Symfony (?) files

pull/17/head
Franz Liedke 9 years ago
parent
commit
894e9a9d4d
  1. 4
      flarum/vagrant/environment.sh

4
flarum/vagrant/environment.sh

@ -5,7 +5,7 @@ block="
listen 80;
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 ...
server_name 192.168.29.29.xip.io flarum.dev;
@ -16,7 +16,7 @@ block="
charset utf-8;
location / {
try_files \$uri \$uri/ /app.php?\$query_string /index.php?\$query_string;
try_files \$uri \$uri/ /index.php?\$query_string;
}
location /api {

Loading…
Cancel
Save