Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
muCCC
jitsi-setup
Commits
779b70a1
Commit
779b70a1
authored
Apr 18, 2020
by
9R
Committed by
9R
Apr 18, 2020
Browse files
add gzip compression to nginx host.conf
parent
b6d00083
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/nginx_site_config.j2
View file @
779b70a1
...
...
@@ -38,6 +38,10 @@ server {
index index.html index.htm;
error_page 404 /static/404.html;
gzip on;
gzip_types text/plain text/css application/javascript application/json;
gzip_vary on;
location = /config.js {
alias /etc/jitsi/meet/{{ jitsi_meet_server_name }}-config.js;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment