software/headless-chromium: use custom nginx to rewrite host
This is necessary because Chromium needs to think that the Host header is an IP address (for security reasons), but the browser needs to think that the Host header is a domain name (for TLS purposes). The easiest way to do this is to use the Nginx http_sub module, but this isn't enabled in the default SlapOS Nginx build.
Showing
Please register or sign in to comment