mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
[ADD] Favicon redirect to Apache2 docs
This commit is contained in:
parent
b04c8873d0
commit
749ece45e2
@ -75,6 +75,7 @@ Place your virtual host configuration in the appropriate section within `/etc/ht
|
||||
|
||||
ProxyPassMatch ^/static !
|
||||
ProxyPassMatch ^/robots.txt !
|
||||
ProxyPassMatch ^/favicon.ico !
|
||||
|
||||
ProxyPass / http://127.0.0.1:8000/
|
||||
ProxyPassReverse / http://127.0.0.1:8000/
|
||||
@ -82,6 +83,7 @@ Place your virtual host configuration in the appropriate section within `/etc/ht
|
||||
|
||||
Alias "/static" "/var/www/myauth/static"
|
||||
Alias "/robots.txt" "/var/www/myauth/static/robots.txt"
|
||||
Alias "/favicon.ico" "/var/www/myauth/static/allianceauth/icons/favicon.png"
|
||||
|
||||
<Directory "/var/www/myauth/static">
|
||||
Require all granted
|
||||
@ -91,6 +93,11 @@ Place your virtual host configuration in the appropriate section within `/etc/ht
|
||||
SetHandler None
|
||||
Require all granted
|
||||
</Location>
|
||||
|
||||
<Location "/favicon.ico">
|
||||
SetHandler None
|
||||
Require all granted
|
||||
</Location>
|
||||
</VirtualHost>
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user