libravatar: add /nobody alias to serve libravatar's logo
This commit is contained in:
parent
cb6445f426
commit
538a048724
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ RewriteEngine on
|
|||
Require all granted
|
||||
</Directory>
|
||||
|
||||
Alias "/nobody" "/srv/libravatar/static/img/nobody"
|
||||
|
||||
<VirtualHost *:80>
|
||||
ServerName {{ server_name }}
|
||||
ServerAlias {{ server_redirect_name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue