mirror of https://github.com/flarum/flarum
Vagrant: Prefer flarum.dev server name
parent
894e9a9d4d
commit
5f0315d0fc
|
@ -8,7 +8,7 @@ block="
|
||||||
index index.html index.htm index.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 flarum.dev 192.168.29.29.xip.io;
|
||||||
|
|
||||||
access_log /var/log/nginx/flarum-access.log;
|
access_log /var/log/nginx/flarum-access.log;
|
||||||
error_log /var/log/nginx/flarum-error.log error;
|
error_log /var/log/nginx/flarum-error.log error;
|
||||||
|
|
Loading…
Reference in New Issue