Cache imgs in website.conf

This commit is contained in:
root 2022-09-30 07:04:11 -04:00
parent 9c6bb6bf85
commit 473f2ff1bd
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ location / {
error_page 503 /errors/503;
}
location ~* \.(jpg|jpeg|png|gif|ico)$ {
expires 30d;
}
location /dom-tor {
return 200 "vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion";
}