mirror of
https://github.com/joshp23/PEWS.git
synced 2024-11-13 17:00:19 +01:00
c5ab370e9b
moved some options from pews.conf to .htaccess more options to example resource fixed logos, etc first run at readme
12 lines
283 B
Text
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>
|