Skip to content

Commit c867496

Browse files
committedJan 11, 2012
Set the correct root for the extras directory in nginx.
1 parent fb0912f commit c867496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wre/var/setupfiles/nginx.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ server {
2626
location /extras/ {
2727
add_header Cache-Control public;
2828
expires 24h;
29-
root /data/WebGUI/www/extras;
29+
root /data/WebGUI/www/;
3030
add_header Access-Control-Allow-Origin *;
3131
}
3232

0 commit comments

Comments
 (0)
Please sign in to comment.