- Eliminato .env dal repo git per poterlo linkare nel progetto locale

- Impostata configurazione dinamica porte per apache
This commit is contained in:
Riccardo Tribbia
2017-03-01 15:55:33 +01:00
parent 4947dfaad1
commit 8317fbde5c
4 changed files with 22 additions and 22 deletions

View File

@ -1,9 +1,9 @@
<VirtualHost *:8888>
<VirtualHost *:$WEB_SERVER_PORT>
ServerAdmin me@mydomain.com
DocumentRoot /var/www/site
ServerName local.mydomain.com
DocumentRoot ${WEB_DOCUMENT_ROOT}
ServerName ${SERVER_ALIAS}
<Directory /var/www/site/>
<Directory ${WEB_DOCUMENT_ROOT}>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order deny,allow