Project for sizing objects in 2D.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sizerboard/Sizerboard.apache2.conf

14 lines
485 B

<VirtualHost *:80>
ServerName sizerboard.local
DocumentRoot /Projects/Sizerboard/Public
<Directory /Projects/Sizerboard>
Options +Indexes +FollowSymLinks +MultiViews
DirectoryIndex index.html index.php
AllowOverride all
Order Allow,Deny
Allow from all
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error_sizerboard_80.log
CustomLog ${APACHE_LOG_DIR}/access_sizerboard_80.log combined
</VirtualHost>