Mastodon nginx: remove try_files from @mastodon-packs
This commit is contained in:
@ -133,7 +133,6 @@ server {
|
||||
# Like Mastodon public, without fallback to SPA.
|
||||
location @mastodon-packs {
|
||||
root /home/mastodon/live/public;
|
||||
try_files $uri /dev/null;
|
||||
}
|
||||
|
||||
# Soapbox & Mastodon static files.
|
||||
|
||||
Reference in New Issue
Block a user