1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

fix variable

This commit is contained in:
OniriCorpe 2024-01-16 03:25:27 +01:00
parent 1a5c059813
commit 67ee643551

View file

@ -24,7 +24,7 @@ location __PATH__/ {
# media caching stuff
# https://docs.gotosocial.org/en/latest/advanced/caching/assets-media/#nginx
location /assets/ {
alias __FINAL_PATH__/web/assets/;
alias __INSTALL_DIR__/web/assets/;
autoindex off;
# 300 = 5 minutes
more_set_headers "Cache-control: public, max-age=300";