Skip to content

Commit

Permalink
Remove configuration in the master server because it's already in the…
Browse files Browse the repository at this point in the history
… per-site config
  • Loading branch information
perlDreamer committed Jan 7, 2012
1 parent b85f7f4 commit 2a3c836
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions wre/var/setupfiles/nginx.conf
Expand Up @@ -27,15 +27,6 @@ http {
gzip_types text/plain text/css application/json application/json-rpc application/x-javascript text/xml application/xml application/xml+rss text/javascript;
gzip_comp_level 9;

location ^~ /extras/ {
root [% webguiRoot %]/www/extras;
expires 36000
}

location ~ /.* {
proxy_pass http://localhost:[% config.get('starman/port') %];
}

##Include per-server vhost configuration files.
include [% config.getRoot %]/etc/*.nginx

Expand Down

0 comments on commit 2a3c836

Please sign in to comment.