mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
various fixes
This commit is contained in:
parent
1d706e3902
commit
a0ce3597be
1 changed files with 6 additions and 1 deletions
|
@ -16,6 +16,11 @@ location __PATH__/ {
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|
||||||
|
|
||||||
|
# fix "[warn] could not build optimal proxy_headers_hash error"
|
||||||
|
proxy_headers_hash_max_size 512;
|
||||||
|
proxy_headers_hash_bucket_size 128;
|
||||||
|
|
||||||
|
|
||||||
# media caching stuff
|
# media caching stuff
|
||||||
# https://docs.gotosocial.org/en/latest/advanced/caching/assets-media/#nginx
|
# https://docs.gotosocial.org/en/latest/advanced/caching/assets-media/#nginx
|
||||||
location /assets/ {
|
location /assets/ {
|
||||||
|
@ -26,7 +31,7 @@ location __PATH__/ {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /fileserver/ {
|
location /fileserver/ {
|
||||||
alias __DATADIR__;
|
alias /home/yunohost.app/__APP__/;
|
||||||
autoindex off;
|
autoindex off;
|
||||||
expires 1w;
|
expires 1w;
|
||||||
add_header Cache-Control "private, immutable";
|
add_header Cache-Control "private, immutable";
|
||||||
|
|
Loading…
Add table
Reference in a new issue