mirror of https://github.com/flarum/flarum
Vagrant: Remove references to Symfony (?) files
parent
dee61d288c
commit
894e9a9d4d
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue