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

Uploadprogress does not work in Drupal 7. Actually, I'm not sure about other apps, it seems because Drupal 7 use old-fashion technique of detection uploading progress instead of uploading via...

bug

Actually I'm not able to load any custom setup for nginx. Whatever path I set with NGINX_SERVER_EXTRA_CONF_FILEPATH custom conf file is not found. Or if someone can point me, need...

question

Since the builder for the wordpress allows to customize paths to /wp-content, uploads and plugins folders - it would be great to allow this customization via an additional ENV param...

We are having some trouble with pagespeed and HTTPS resources. Example where you can see it: https://conscia.com/solutions/?PageSpeedFilters=+debug Some of our assets do not get processed because of the following messages,...

With this `docker-compose.yml` I'm receiving: * `502 Bad Gateway` when accessing the site from host: http://localhost:8080 * Accessing from the `php` container, I'm getting `Recv failure: Connection reset by peer...

# Motivation We recently updated our Drupal website to use `wodby/nginx:1.25-5.33.0` instead of `wodby/nginx:1.19-5.25.6`. Immediately we noticed that `sitemap.xml` was generated with links using `http` instead of `https`. # Investigation...

Hi. I'm trying to configure the hotlinking protection for the Drupal website on my local environment, but for some reason, it doesn't work. NGXIN just outputs the 200 responses to...

We are experiencing a memory leak on nginx container with 1.23 5.25 on a Drupal 9 website We will try soon last version on alpine 3.17 used by D4D version...

Hi, I'm trying to secure a website, where we have a front server and back server. Only back should allow the access to any edition. I used NGINX_SERVER_EXTRA_CONF_FILEPATH to set...

Hi, A long-standing Drupal core issue exists surrounding hitting a Drupal site with the URL `example.com/index.php` which will cache all links on the page with `/index.php` before the rest of...