1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
This commit is contained in:
Joshix-1 2024-07-31 14:07:11 +00:00 committed by GitHub
commit 7474a47de7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
dist/nginx.conf vendored
View file

@ -63,6 +63,7 @@ server {
gzip_buffers 16 8k;
gzip_http_version 1.1;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml image/x-icon;
gzip_static on;
location / {
try_files $uri @proxy;