Skip to content

Commit

Permalink
Issue #2886: add example how the static file path can be changed
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Mar 9, 2024
1 parent 7f4bf86 commit 2e83827
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/psgi-bin/otobo.psgi
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,10 @@ builder {
# Server the static assets in var/httpd/htdocs.
mount '/otobo-web' => $StaticApp;

# Alternative mounts are also possible.
# Note that Fronend::WebPath needs to be adapted when the path is changed.
#mount '/otobo/assets' => $StaticApp;

# the most basic App
mount '/hello' => $HelloApp;

Expand Down

0 comments on commit 2e83827

Please sign in to comment.