UNPKG

gorillajs

Version:

A smart development environment designed to easily install and neatly manage web applications. Gorilla JS frees you from the repetitive daily tasks like apps installation, database management, creation of virtual environment, server configuration… And it

19 lines (13 loc) • 487 B
<VirtualHost 0.0.0.0:80> Servername {{project.domain}} ServerAlias www.{{project.domain}} DocumentRoot /var/www/{{project.domain}}/src ErrorLog /var/log/apache2/{{project.domain}}-error.log CustomLog /var/log/apache2/{{project.domain}}-access.log combined <Directory /var/www/{{project.domain}}/src> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> </VirtualHost>