• Eric Zheng's avatar
    software/headless-chromium: use custom nginx to rewrite host · b09ba20b
    Eric Zheng authored
    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.
    b09ba20b
software.cfg 1.75 KB