Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git.assembla.com:nooku-server
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Mar 4, 2013
2 parents 7e1ea3b + 405e597 commit ad35705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -36,8 +36,8 @@ server {
alias $root/component/$1/resources/media/$2;
}

location ~ /files/([_a-z-]+)/(.*)$ {
alias $root/sites/$1/files/$2;
location ~ /files/([_0-9a-zA-Z-]+)/(.*)$ {
alias $root/sites/$1/files/$2;
}

location ~* ^/application/(.*)/public/index.php$ {
Expand Down
1 change: 0 additions & 1 deletion cookbooks/nooku-server/templates/default/config.erb
Expand Up @@ -40,7 +40,6 @@ class JConfig

/* Debug Settings */
var $debug = '0';
var $debug_db = '0';
var $debug_lang = '0';

/* SEO Settings */
Expand Down

0 comments on commit ad35705

Please sign in to comment.