Skip to content

Commit

Permalink
Merge pull request #734 from mlibrary/tdx_7298538
Browse files Browse the repository at this point in the history
update rewrite to point at puma path
  • Loading branch information
umjnega authored Nov 12, 2024
2 parents c19fb50 + 0a0fcb1 commit ab0bdd1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions manifests/profile/www_lib/vhosts/mgetit.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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]',
Expand Down

0 comments on commit ab0bdd1

Please sign in to comment.