PEWS/assets/pews.conf
Joshua P Panter c5ab370e9b Installation updates
moved some options from pews.conf to .htaccess
more options to example resource
fixed logos, etc
first run at readme
2018-01-23 13:41:09 -05:00

12 lines
283 B
Text

### PEWS apache conf file ###
Alias /.well-known /var/www/PEWS/.well-known
<Directory /var/www/PEWS>
order deny,allow
deny from all
</Directory>
<Directory /var/www/PEWS/.well-known>
Options FollowSymlinks
AllowOverride All
Order allow,deny
Require all granted
</Directory>