mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
nginx: let ditto serve the favicon
This commit is contained in:
parent
8adc87f1d9
commit
1e8aeee5a6
1 changed files with 0 additions and 5 deletions
|
|
@ -42,11 +42,6 @@ server {
|
||||||
try_files $uri =404;
|
try_files $uri =404;
|
||||||
}
|
}
|
||||||
|
|
||||||
location = /favicon.ico {
|
|
||||||
root /opt/ditto/static;
|
|
||||||
try_files $uri =404;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /metrics {
|
location /metrics {
|
||||||
allow 127.0.0.1;
|
allow 127.0.0.1;
|
||||||
deny all;
|
deny all;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue