Skip to content

Commit

Permalink
Merge pull request #2613 from RedHatInsights/master
Browse files Browse the repository at this point in the history
[stable] Update build
  • Loading branch information
Hyperkid123 authored Aug 21, 2023
2 parents d13add1 + 1a71a19 commit 3c5ccd0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,18 @@
}
}

handle /preview* {
root * /opt/app-root/src/build/preview
file_server
try_files {path} {path}/ /index.html
}
handle /beta* {
root * /opt/app-root/src/build/beta
file_server
try_files {path} {path}/ /index.html
}
handle * {
root * /opt/app-root/src/build
root * /opt/app-root/src/build/stable
file_server
try_files {path} {path}/ /index.html
}
Expand Down

0 comments on commit 3c5ccd0

Please sign in to comment.