• For Nginx, I had to make a change to the .conf file, and then everything worked perfectly. The only caveat is that the instructions state you need to make changes to the http{} section, but that section isn’t present in all configuration files. For example, in Docker, configurations are included via http {include /etc/nginx/conf.d/*.conf;}, meaning that the entire configuration file is already contained within the http section in the main configuration file, and you won’t see it as a separate section.

You must be logged in to reply to this review.