Update version.

This commit is contained in:
Sunoru 2024-02-03 14:24:53 +00:00
parent 514e19c863
commit 215329b01a
No known key found for this signature in database
GPG key ID: 4F279F385559D05D
3 changed files with 8 additions and 2 deletions

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "mastodon"]
path = mastodon
url = https://github.com/mastodon/mastodon.git
url = https://github.com/sunoru/mastodon.git

@ -1 +1 @@
Subproject commit 3f5af768c8f1401f77d14ad5b6aeccdb7e02a9f0
Subproject commit 4633bb8ce09f216170c3f8370a8e48f3a41872cb

View file

@ -38,6 +38,12 @@ server {
try_files $uri @proxy;
}
location /api/v2/media {
proxy_read_timeout 500;
client_max_body_size 2g;
try_files $uri @proxy;
}
location = /sw.js {
add_header Cache-Control "public, max-age=604800, must-revalidate";
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains";