mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-03-22 00:00:48 +01:00
Favicon config
This commit is contained in:
@@ -51,6 +51,11 @@ server {
|
||||
#add_header Cache-Control "public";
|
||||
}
|
||||
|
||||
location /favicon.ico {
|
||||
# Favicon for the webapp, shown in the browser
|
||||
alias /srv/www/marks.example.org/digimarks/src/digimarks/static/favicon.ico;
|
||||
}
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/marks.example.org/fullchain.pem; # managed by Certbot
|
||||
ssl_certificate_key /etc/letsencrypt/live/marks.example.org/privkey.pem; # managed by Certbot
|
||||
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
|
||||
|
||||
Reference in New Issue
Block a user