Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
slapos
Commits
c6c360a6
Commit
c6c360a6
authored
Aug 26, 2013
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Activate gzip.
parent
0b2f865e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
software/backupserver/software.cfg
software/backupserver/software.cfg
+1
-1
software/backupserver/template-nginx.cfg.in
software/backupserver/template-nginx.cfg.in
+6
-6
No files found.
software/backupserver/software.cfg
View file @
c6c360a6
...
@@ -182,7 +182,7 @@ mode = 0644
...
@@ -182,7 +182,7 @@ mode = 0644
[template-nginx-configuration]
[template-nginx-configuration]
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/template-nginx.cfg.in
url = ${:_profile_base_location_}/template-nginx.cfg.in
md5sum =
adf823148b6643ab82083caabc52f15d
md5sum =
c54d36f55ba71c897505ed61213e104a
output = ${buildout:directory}/template-nginx.cfg.in
output = ${buildout:directory}/template-nginx.cfg.in
mode = 0644
mode = 0644
...
...
software/backupserver/template-nginx.cfg.in
View file @
c6c360a6
...
@@ -43,12 +43,12 @@ http {
...
@@ -43,12 +43,12 @@ http {
gzip on;
gzip on;
gzip_disable "msie6";
gzip_disable "msie6";
#
gzip_vary on;
gzip_vary on;
#
gzip_proxied any;
gzip_proxied any;
#
gzip_comp_level 6;
gzip_comp_level 6;
#
gzip_buffers 16 8k;
gzip_buffers 16 8k;
#
gzip_http_version 1.1;
gzip_http_version 1.1;
#
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
server {
server {
listen [$${nginx-configuration:ip}]:$${nginx-configuration:port};
listen [$${nginx-configuration:ip}]:$${nginx-configuration:port};
...
...
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