We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0912f commit c867496Copy full SHA for c867496
wre/var/setupfiles/nginx.template
@@ -26,7 +26,7 @@ server {
26
location /extras/ {
27
add_header Cache-Control public;
28
expires 24h;
29
- root /data/WebGUI/www/extras;
+ root /data/WebGUI/www/;
30
add_header Access-Control-Allow-Origin *;
31
}
32
0 commit comments