We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-enable if we find a path like /app/public or /var/lib/html?
/app/public
/var/lib/html
Or for advanced functionality, try something like:
-e STATIC='{RequestPath}={For Matching Extensions}:{Static Files Local Path}' -e STATIC='/public=js,css,htm,html,jpeg,jpg,png,gif,ico:/app/public'
-e STATIC='{RequestPath}={For Matching Extensions}:{Static Files Local Path}'
-e STATIC='/public=js,css,htm,html,jpeg,jpg,png,gif,ico:/app/public'
The text was updated successfully, but these errors were encountered:
justsml
No branches or pull requests
Option No. 1:
Auto-enable if we find a path like
/app/public
or/var/lib/html
?Option No. 2:
Or for advanced functionality, try something like:
-e STATIC='{RequestPath}={For Matching Extensions}:{Static Files Local Path}'
-e STATIC='/public=js,css,htm,html,jpeg,jpg,png,gif,ico:/app/public'
The text was updated successfully, but these errors were encountered: