feoblog icon indicating copy to clipboard operation
feoblog copied to clipboard

Document an example of using FeoBlog with an HTTP proxy.

Open NfNitLoop opened this issue 4 years ago • 0 comments

I should document and test an minimal example.

I'm using Apache with LetsEncrypt, and ProxyPass like:

    # Proxy all traffic to the local server:
    ProxyPass "/" "http://127.0.0.1:8080/"

... though, I just found out that the DEFLATE filter is post-processing files that pass through my proxy and messing up its ETags. So, seems worth documenting. See also:

#68

NfNitLoop avatar Jan 09 '22 01:01 NfNitLoop