generator-php-scaffold
Version:
This generator create a application with restful architecture with Zend 3 or Symfony framework
22 lines (14 loc) • 379 B
Plain Text
<VirtualHost *:80>
#ServerName www.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/api/public
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/api/public>
AllowOverride All
Allow from all
</Directory>
AddDefaultCharset UTF-8
DirectoryIndex index.php
ServerSignature On
</VirtualHost>