summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/nginx/files/proxy_params
Commit message (Collapse)AuthorAgeFilesLines
* nginx: add default proxy_paramsAndré Draszik2019-01-191-0/+4
As per Debian packaging - to use it, see https://wiki.debian.org/Nginx/DirectoryStructure#Extra_Parameters This file is most commonly included when Nginx is acting as a reverse proxy: include /etc/nginx/proxy_params; proxy_pass http://localhost:8000; Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>