add nginx configuration option for single page apps

This commit is contained in:
marlon
2025-01-16 19:50:54 -05:00
parent c788b36f13
commit fb2a287802
2 changed files with 8 additions and 1 deletions

View File

@ -23,3 +23,6 @@ COMPOSE_FILE="compose.yml"
# temporary or permanent redirect? (uncomment one)
#REDIRECT_TYPE=redirect
#REDIRECT_TYPE=permanent
# Optionally handle all URL requests using a single file (commonly index.html)
#SINGLE_PAGE_SITE_HANDLER=/index.html