Skip to content

Commit

Permalink
Set the correct root for the extras directory in nginx.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 11, 2012
1 parent fb0912f commit c867496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wre/var/setupfiles/nginx.template
Expand Up @@ -26,7 +26,7 @@ server {
location /extras/ {
add_header Cache-Control public;
expires 24h;
root /data/WebGUI/www/extras;
root /data/WebGUI/www/;
add_header Access-Control-Allow-Origin *;
}

Expand Down

0 comments on commit c867496

Please sign in to comment.