Skip to content
fapg-daq.git
⋮
Summary
Commits
Files
fapg-daq.git
/
roles
/
dashboard
/
etc
/
nginx
/
conf.d
/
fapg-daq-dashboard-gzip.conf
[Perl] DAQ system for the FAPG.
View raw
1
# Debian's nginx configuration enables gzip in the http context. Extend the
2
# compressed MIME types to cover the dashboard API responses.
3
gzip_types application/json application/problem+json application/vnd.api+json;
4
Summary
Commits
Files