Mastodon nginx: remove try_files from @mastodon-packs

This commit is contained in:
Alex Gleason 2022-06-22 13:44:27 -05:00
parent fddc7b902b
commit f88dd7d5bb
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 0 additions and 1 deletions

View File

@ -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.