UNPKG

generator-yeosimian

Version:

A wordpress site, custom with vagrant and openshift

16 lines (14 loc) 359 B
<VirtualHost *:80> ServerAdmin it@simian.co DocumentRoot /vagrant/ ServerName <%= name %>.sim CustomLog "/vagrant/logs/access.log" common ErrorLog "/vagrant/logs/error.log" <Directory /vagrant/> Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all Require all granted </Directory> </VirtualHost>