##// END OF EJS Templates
docs: added expire static files nginx directive for better caching
marcink -
r4061:84a1ac96 default
parent child Browse files
Show More
@@ -110,6 +110,7 b' Use the following example to configure N'
110 110 # 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;
111 111 # gzip_vary on;
112 112 # gzip_disable "msie6";
113 # expires 60d;
113 114 # alias /path/to/.rccontrol/community-1/static;
114 115 # alias /path/to/.rccontrol/enterprise-1/static;
115 116 # }
@@ -263,6 +263,7 b' 6) Configure `Nginx`_ as reverse proxy o'
263 263 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;
264 264 gzip_vary on;
265 265 gzip_disable "msie6";
266 expires 60d;
266 267 #alias /home/rcdev/.rccontrol/community-1/static;
267 268 alias /home/rcdev/.rccontrol/enterprise-1/static;
268 269 }
General Comments 0
You need to be logged in to leave comments. Login now