Nginx 1.22
example: docker run -it --rm -e NFQ_DOCUMENT_ROOT='/home/project/src/web' [this_image]
Sets nginx document root to specified path.
default value: /var/www
Sets nginx sites-enabled to specified path.
default value: /etc/nginx/sites-enabled/*
Port number that will reload configuration files after connection. Used for dynamic site configuration loading or ssl sertificates update
default value: 1024
Host to forward php files execution to. To disable fastcgi support provide either value 'false' or set an empty value to this variable.
default value: fastcgi