docker-nginx
docker-nginx copied to clipboard
Dockerized webserver with many customizable options
Hi, I love your images, great work. What is the best way to manage redirects (aka rewrites, 301) on this image? Actually I'm adding to `/etc/nginx/default.conf `an include with redirects...
**Description of the feature** I need the possibility to dynamically specify the uid and gid of the nginx user e.g. NGINX_USER_UID=50000 and NGINX_GROUP_GID=500000. **Benftits of feature** streamlined configuration option as...
I have a similar problem like below post: https://www.emmanuelgautier.com/blog/nginx-docker-dns-resolution After add `the resolver 127.0.0.11;`, problem resolved.