- Eliminato .env dal repo git per poterlo linkare nel progetto locale
- Impostata configurazione dinamica porte per apache
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user