Skip to content

Commit

Permalink
chore(docker): add fallback resource for vue router
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Aug 5, 2024
1 parent ac7f71f commit 799f388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/config/apache/001-trame.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
FallbackResource /index.html
</Directory>

# Set CORS headers
Expand Down
1 change: 1 addition & 0 deletions docker/config/apache/001-trame.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
FallbackResource /index.html
</Directory>

# Set CORS headers
Expand Down

0 comments on commit 799f388

Please sign in to comment.