We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8da009 commit 4f3b86cCopy full SHA for 4f3b86c
wre/var/setupfiles/nginx.conf
@@ -27,6 +27,13 @@ http {
27
gzip_types text/plain text/css application/json application/json-rpc application/x-javascript text/xml application/xml application/xml+rss text/javascript;
28
gzip_comp_level 9;
29
30
+ location /extras/ {
31
+ add_header Cache-Control public;
32
+ expires 24h;
33
+ root /data/WebGUI/www/extras;
34
+ add_header Access-Control-Allow-Origin *;
35
+ }
36
+
37
##Include per-server vhost configuration files.
38
include [% config.getRoot %]/etc/*.nginx;
39
0 commit comments