Skip to content

Commit 2a3c836

Browse files
committedJan 7, 2012
Remove configuration in the master server because it's already in the per-site config
1 parent b85f7f4 commit 2a3c836

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed
 

‎wre/var/setupfiles/nginx.conf

-9
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ http {
2727
gzip_types text/plain text/css application/json application/json-rpc application/x-javascript text/xml application/xml application/xml+rss text/javascript;
2828
gzip_comp_level 9;
2929

30-
location ^~ /extras/ {
31-
root [% webguiRoot %]/www/extras;
32-
expires 36000
33-
}
34-
35-
location ~ /.* {
36-
proxy_pass http://localhost:[% config.get('starman/port') %];
37-
}
38-
3930
##Include per-server vhost configuration files.
4031
include [% config.getRoot %]/etc/*.nginx
4132

0 commit comments

Comments
 (0)
Please sign in to comment.