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
Jean-Paul Smets
slapos
Commits
ade51b79
Commit
ade51b79
authored
Jul 13, 2015
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5: activate deflate on apache
parent
5710fa7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
stack/erp5/apache.conf.in
stack/erp5/apache.conf.in
+4
-0
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-1
No files found.
stack/erp5/apache.conf.in
View file @
ade51b79
...
@@ -15,6 +15,10 @@ LoadModule dav_fs_module modules/mod_dav_fs.so
...
@@ -15,6 +15,10 @@ LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule headers_module modules/mod_headers.so
LoadModule headers_module modules/mod_headers.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule filter_module modules/mod_filter.so
AddOutputFilterByType DEFLATE text/cache-manifest text/html text/plain text/css application/hal+json application/json application/x-javascript text/xml application/xml application/rss+xml text/javascript image/svg+xml
PidFile "{{ parameter_dict['pid-file'] }}"
PidFile "{{ parameter_dict['pid-file'] }}"
ServerAdmin admin@
ServerAdmin admin@
...
...
stack/erp5/buildout.cfg
View file @
ade51b79
...
@@ -318,7 +318,7 @@ md5sum = 3628f0ba358e7ee96a8d0185c4775911
...
@@ -318,7 +318,7 @@ md5sum = 3628f0ba358e7ee96a8d0185c4775911
[template-apache-conf]
[template-apache-conf]
<= download-base
<= download-base
filename = apache.conf.in
filename = apache.conf.in
md5sum =
dedfe759c3421e0186703fe1257bae8f
md5sum =
713b22938d7212c8506449bc0508452b
[template-haproxy-cfg]
[template-haproxy-cfg]
<= download-base
<= download-base
...
...
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