diff --git a/manifests/profile/www_lib/vhosts/mgetit.pp b/manifests/profile/www_lib/vhosts/mgetit.pp index 749d4c1f5..e71b83fce 100644 --- a/manifests/profile/www_lib/vhosts/mgetit.pp +++ b/manifests/profile/www_lib/vhosts/mgetit.pp @@ -53,11 +53,6 @@ setenv => ['HTTPS on'], rewrites => [ - { - comment => 'Serve static assets through apache', - rewrite_cond => ['/www/mgetit/current/public/$1/index.html -f [OR]', '/www/mgetit/current/public/$1 -f'], - rewrite_rule => '^/(.*)$ /www/mgetit/current/public/$1 [L]', - }, { comment => 'Reverse proxy application to app hostname and port', rewrite_rule => '^(/.*)$ http://app-mgetit:30100$1 [P]',