Skip to content

Commit

Permalink
Update graphite.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
rschitz committed Oct 4, 2023
1 parent ba1f577 commit fe027aa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions etc/apache2/sites-available/graphite.conf
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,11 @@ ExtendedStatus On
ProxyPass /sexiadmin/ !
Alias /sexiadmin/ /var/www/admin/
<Directory /var/www/admin/>
Order allow,deny
Allow from all
RewriteEngine On
RewriteCond %{HTTP_REFERER} /sexigraf-web-admin [NC,OR]
RewriteCond %{HTTP_REFERER} /sexiadmin/ [NC]
RewriteRule .* - [L]
RewriteRule .* - [F]
</Directory>

ProxyPass /favicon.ico !
Expand Down

0 comments on commit fe027aa

Please sign in to comment.