Update version.
This commit is contained in:
parent
514e19c863
commit
215329b01a
3 changed files with 8 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "mastodon"]
|
||||
path = mastodon
|
||||
url = https://github.com/mastodon/mastodon.git
|
||||
url = https://github.com/sunoru/mastodon.git
|
||||
|
|
2
mastodon
2
mastodon
|
@ -1 +1 @@
|
|||
Subproject commit 3f5af768c8f1401f77d14ad5b6aeccdb7e02a9f0
|
||||
Subproject commit 4633bb8ce09f216170c3f8370a8e48f3a41872cb
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue