Moved VM vhost to dev.dolibarr.org
This helps avoid Google Chrome doing a search instead of an HTTP request
This commit is contained in:
parent
cb210650de
commit
0f34f81dc7
@ -32,7 +32,7 @@ Edit the [hosts](https://fr.wikipedia.org/wiki/Hosts) file on the machine you ru
|
|||||||
|
|
||||||
Example syntax:
|
Example syntax:
|
||||||
|
|
||||||
192.168.42.101 dolibarr.dev
|
192.168.42.101 dev.dolibarr.org
|
||||||
|
|
||||||
Once this is done, you will be able to access your VM's service at <http://dolibarr.dev>
|
Once this is done, you will be able to access your VM's service at <http://dolibarr.dev>
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ Available boxes
|
|||||||
Somewhat bleeding edge vagrant box for develop branch related work.
|
Somewhat bleeding edge vagrant box for develop branch related work.
|
||||||
|
|
||||||
- IP: 192.168.42.101
|
- IP: 192.168.42.101
|
||||||
- Vhost: dolibarr.dev
|
- Vhost: dev.dolibarr.org
|
||||||
- OS: Debian Wheezy 7.2
|
- OS: Debian Wheezy 7.2
|
||||||
- Webserver: Apache 2.2
|
- Webserver: Apache 2.2
|
||||||
- PHP: mod_php 5.5
|
- PHP: mod_php 5.5
|
||||||
|
|||||||
@ -58,7 +58,7 @@ apache:
|
|||||||
- rewrite
|
- rewrite
|
||||||
vhosts:
|
vhosts:
|
||||||
vkJFW364QjeN:
|
vkJFW364QjeN:
|
||||||
servername: dolibarr.dev
|
servername: dev.dolibarr.org
|
||||||
docroot: /var/www/htdocs
|
docroot: /var/www/htdocs
|
||||||
port: '80'
|
port: '80'
|
||||||
setenv:
|
setenv:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user