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:
parent
1a5c059813
commit
67ee643551
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue