{"id":13687556,"url":"https://github.com/Wodby/drupal-nginx","last_synced_at":"2025-05-01T12:34:30.961Z","repository":{"id":144646515,"uuid":"63230942","full_name":"wodby/drupal-nginx","owner":"wodby","description":"ARCHIVED: merged to https://github.com/wodby/nginx","archived":true,"fork":false,"pushed_at":"2018-06-20T06:47:37.000Z","size":132,"stargazers_count":21,"open_issues_count":3,"forks_count":39,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-08-03T15:06:36.832Z","etag":null,"topics":["alpine","docker","drupal","nginx"],"latest_commit_sha":null,"homepage":"","language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wodby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-07-13T08:58:20.000Z","updated_at":"2024-02-08T20:48:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"31846759-b7f2-4367-971a-f807ad9f217f","html_url":"https://github.com/wodby/drupal-nginx","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wodby%2Fdrupal-nginx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wodby%2Fdrupal-nginx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wodby%2Fdrupal-nginx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wodby%2Fdrupal-nginx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wodby","download_url":"https://codeload.github.com/wodby/drupal-nginx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224257795,"owners_count":17281774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","docker","drupal","nginx"],"created_at":"2024-08-02T15:00:56.522Z","updated_at":"2025-05-01T12:34:30.943Z","avatar_url":"https://github.com/wodby.png","language":"Smarty","funding_links":[],"categories":["Nginx"],"sub_categories":[],"readme":"# Nginx for Drupal Docker Container Image\n\n[![Build Status](https://travis-ci.org/wodby/drupal-nginx.svg?branch=master)](https://travis-ci.org/wodby/drupal-nginx)\n[![Docker Pulls](https://img.shields.io/docker/pulls/wodby/drupal-nginx.svg)](https://hub.docker.com/r/wodby/drupal-nginx)\n[![Docker Stars](https://img.shields.io/docker/stars/wodby/drupal-nginx.svg)](https://hub.docker.com/r/wodby/drupal-nginx)\n[![Docker Layers](https://images.microbadger.com/badges/image/wodby/drupal-nginx.svg)](https://microbadger.com/images/wodby/drupal-nginx)\n\n## Docker Images\n\n❗For better reliability we release images with stability tags (`wodby/drupal-nginx:1.15-X.X.X`) which correspond to [git tags](https://github.com/wodby/drupal-nginx/releases). We strongly recommend using images only with stability tags. \n\nOverview:\n\n* All images are based on Alpine Linux\n* Base image: [wodby/php-nginx](https://github.com/wodby/php-nginx)\n* [Travis CI builds](https://travis-ci.org/wodby/drupal-nginx) \n* [Docker Hub](https://hub.docker.com/r/wodby/drupal-nginx)\n\n[_(Dockerfile)_]: https://github.com/wodby/drupal-nginx/tree/master/Dockerfile \n\n| Supported tags and respective `Dockerfile` links | Drupal | Nginx |\n| ------------------------------------------------ | ------ | ----- |\n| `8-1.15`, `1.15`, `8`, `latest` [_(Dockerfile)_] | 8      | 1.15  |\n| `7-1.15`, `7` [_(Dockerfile)_]                   | 7      | 1.15  |\n| `6-1.15`, `6` [_(Dockerfile)_]                   | 6      | 1.15  |\n| `8-1.14`, `1.14` [_(Dockerfile)_]                | 8      | 1.14  |\n| `7-1.14` [_(Dockerfile)_]                        | 7      | 1.14  |\n| `6-1.14` [_(Dockerfile)_]                        | 6      | 1.14  |\n| `8-1.13`, `1.12` [_(Dockerfile)_]                | 8      | 1.13  |\n| `7-1.13` [_(Dockerfile)_]                        | 7      | 1.13  |\n| `6-1.13` [_(Dockerfile)_]                        | 6      | 1.13  |\n\n## Environment Variables\n\nSee at [wodby/php-nginx](https://github.com/wodby/php-nginx)\n\n| Variable                                        | Default Value            | Description                   |\n| ----------------------------------------------- | ------------------------ | ----------------------------- |\n| `NGINX_ALLOW_XML_ENDPOINTS`                     |                          |                               |\n| `NGINX_BACKEND_HOST`                            |                          |                               |\n| `NGINX_DRUPAL_HIDE_HEADERS`                     |                          |                               |\n| `NGINX_DRUPAL_TRACK_UPLOADS`                    | `uploads 60s`            |                               |\n| `NGINX_DRUPAL_FILE_PROXY_URL`                   |                          | e.g. `http://dev.example.com` |\n| `NGINX_SERVER_EXTRA_CONF_FILEPATH`              |                          |                               |\n| `NGINX_SERVER_NAME`                             | `drupal`                 |                               |\n| `NGINX_SERVER_ROOT`                             | `/var/www/html`          |                               |\n| `NGINX_STATIC_CONTENT_ACCESS_LOG`               | `off`                    |                               |\n| `NGINX_STATIC_CONTENT_EXPIRES`                  | `30d`                    |                               |\n| `NGINX_STATIC_CONTENT_OPEN_FILE_CACHE`          | `max=3000 inactive=120s` |                               |\n| `NGINX_STATIC_CONTENT_OPEN_FILE_CACHE_MIN_USES` | `2`                      |                               |\n| `NGINX_STATIC_CONTENT_OPEN_FILE_CACHE_VALID`    | `45s`                    |                               |\n| `NGINX_XMLRPC_SERVER_NAME`                      |                          |                               |\n\n## Orchestration Actions\n\nSee [wodby/nginx](https://github.com/wodby/nginx) for all actions.\n\n## Complete Drupal Stack\n\nSee [Docker4Drupal](https://github.com/wodby/docker4drupal).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWodby%2Fdrupal-nginx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWodby%2Fdrupal-nginx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWodby%2Fdrupal-nginx/lists"}