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 [comment](https://github.com/wodby/nginx/blob/master/templates/presets/drupal9.conf.tmpl#L102) where this [change](https://github.com/wodby/nginx/pull/86) propagates states: # Replica of regex from Drupals core .htaccess. However I wasn't able to find a reference to these new file extensions at the...

The majority of the bash script within the codebase does a [prefix check for drupal support](https://github.com/wodby/nginx/blob/8b2d0d4/docker-entrypoint.sh#L40), so it makes sense to do so here as well to keep the behaviour...

I'm struggling to create multisites as subfolders in a Drupal 10. For example my Drupal website has this url: http://d10.docker.localhost And my multisites should be of this form: - http://d10.docker.localhost/site1...