##// END OF EJS Templates
docs: added gzip into static files for nginx
marcink -
r2146:2d80515a default
parent child Browse files
Show More
@@ -89,6 +89,13 b' Use the following example to configure N'
89
89
90 ## serve static files by Nginx, recommended for performance
90 ## serve static files by Nginx, recommended for performance
91 # location /_static/rhodecode {
91 # location /_static/rhodecode {
92 # gzip on;
93 # gzip_min_length 500;
94 # gzip_proxied any;
95 # gzip_comp_level 4;
96 # gzip_types text/css text/javascript text/xml text/plain text/x-component application/javascript application/json application/xml application/rss+xml font/truetype font/opentype application/vnd.ms-fontobject image/svg+xml;
97 # gzip_vary on;
98 # gzip_disable "msie6";
92 # alias /path/to/.rccontrol/enterprise-1/static;
99 # alias /path/to/.rccontrol/enterprise-1/static;
93 # }
100 # }
94
101
General Comments 0
You need to be logged in to leave comments. Login now