Mastodon nginx: remove try_files from @mastodon-packs
This commit is contained in:
parent
fddc7b902b
commit
f88dd7d5bb
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ server {
|
||||||
# Like Mastodon public, without fallback to SPA.
|
# Like Mastodon public, without fallback to SPA.
|
||||||
location @mastodon-packs {
|
location @mastodon-packs {
|
||||||
root /home/mastodon/live/public;
|
root /home/mastodon/live/public;
|
||||||
try_files $uri /dev/null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Soapbox & Mastodon static files.
|
# Soapbox & Mastodon static files.
|
||||||
|
|
Loading…
Reference in a new issue