GAM-USINO es un miniproyecto para hacer pequeñas estadísiticas y votaciones libres creado en modo Jam de 1 hora en Web. ¿Dará tiempo? xD
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.
 
 
 
GamUsino/GamUsino.apache2.conf

14 lines
475 B

<VirtualHost *:80>
ServerName gamusino.local
DocumentRoot /Projects/GamUsino/Public
<Directory /Projects/GamUsino>
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_gamusino_80.log
CustomLog ${APACHE_LOG_DIR}/access_gamusino_80.log combined
</VirtualHost>