diff --git a/manifests/profile/www_lib/vhosts/mgetit.pp b/manifests/profile/www_lib/vhosts/mgetit.pp index 749d4c1f5..3c212b033 100644 --- a/manifests/profile/www_lib/vhosts/mgetit.pp +++ b/manifests/profile/www_lib/vhosts/mgetit.pp @@ -55,8 +55,8 @@ 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]', + rewrite_cond => ['/var/local/mgetit-production/current/$1/index.html -f [OR]', '/var/local/mgetit-production/current/$1 -f'], + rewrite_rule => '^/(.*)$ /var/local/mgetit-production/current/$1 [L]', }, { comment => 'Reverse proxy application to app hostname and port',