nginx icon indicating copy to clipboard operation
nginx copied to clipboard

Nginx docker container image

Results 23 nginx issues
Sort by recently updated
recently updated
newest added

The popular Drupal module Backup and Migrate has [an option to save the backup files on the server, and to restore them from there.](https://www.drupal.org/docs/contributed-modules/backup-and-migrate/setup-guide-for-backup-and-migrate#s-backup-to-server) The module generates a URL of...

Made default headers customizable Added extra headers, based on OWASP recommendations, but these are off by default, to ensure backwards compatibility

I would like to mount my volume readonly but the container exits because it can't change ownership of the files. **Steps to reproduce:** `$ docker run -v /home/user/www/:/var/www/html/:ro -p 8080:80...

When doing a reverse proxy for a site with websockets, some additional 'http' configuration is needed By providing this default generic map, the configuration can stay limited to the 'server'...

Hi there, We got the requirement to start nginx using `sudo -E nginx` instead of just the default `sudo nginx` (= I dont provide a command at all). I tried...

When trying to use nfs volume on Catalina OS it is important to have the user wodby with uid 501:20 . In php container there is a work around by...

alpine:edge gcc 9.2.0 checking for psol ... not found

The Drupal project based on the Docker4Drupal stack performs the HTTP response even if the request comes through Traefik 443 port with SSL. Is there a configuration to pass TLS...

I think level 6 - not best idea. It slower than gzip, also i can't use brotli_static and gzip together for static files. I runed some tests and think than...

Hi there, I am using the entire Docker4Drupal stack for de-coupled Drupal development. I enabled 'CORS' in drupal services.yml and I need to enable Nginx to allow for CORS as...