We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85f7f4 commit 2a3c836Copy full SHA for 2a3c836
wre/var/setupfiles/nginx.conf
@@ -27,15 +27,6 @@ http {
27
gzip_types text/plain text/css application/json application/json-rpc application/x-javascript text/xml application/xml application/xml+rss text/javascript;
28
gzip_comp_level 9;
29
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
39
##Include per-server vhost configuration files.
40
include [% config.getRoot %]/etc/*.nginx
41
0 commit comments