ssl-proxy icon indicating copy to clipboard operation
ssl-proxy copied to clipboard

Add static file support w/ volume mount

Open justsml opened this issue 8 years ago • 0 comments

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'

justsml avatar May 30 '17 20:05 justsml