# BastionGuard WebUI - Apache 2.4 + mod_php
# Install location: /usr/share/BastionGuard/webui
# Debian/Ubuntu: copy to /etc/apache2/conf-available/bastionguard-webui.conf and enable with a2enconf.
Alias /bastionguard /usr/share/BastionGuard/webui
Alias /bastionguard/ /usr/share/BastionGuard/webui/
Options FollowSymLinks
AllowOverride None
DirectoryIndex index.php
Require all granted
Require all denied
Header always set X-Content-Type-Options "nosniff"
Header always set X-Frame-Options "SAMEORIGIN"
Header always set Referrer-Policy "same-origin"