Mastodon nginx: remove try_files from @mastodon-packs

environments/review-nginx-pack-amvfgz/deployments/347
Alex Gleason 2 years ago
parent fddc7b902b
commit f88dd7d5bb
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save