Sign inSign up

tongkolspace/nginx-ee

By tongkolspace

Updated 3 months ago

Nginx-ee unoficial build based on ubuntu 22:04

Image
0

2.2K

tongkolspace/nginx-ee repository overview

Nginx-ee unoficial docker build based on ubuntu 22:04

Suggested docker compose

  nginx:
    image: tongkolspace/nginx-ee
    volumes:
      - ../wp:/var/www/html
      - ./nginx/sites-enabled:/etc/nginx/sites-enabled

Sample site config

server {
        listen 80 default_server;
        listen [::]:80 default_server;

        root /var/www/html;
        autoindex on;

        # Add index.php to the list if you are using PHP
        index index.php index.html index.htm index.nginx-debian.html;

        server_name _;
        # make sure upstream point to php-fpm backend
        include common/php-fpm.conf;
}

Tag summary

Content type

Image

Digest

sha256:c64b78041

Size

82.2 MB

Last updated

3 months ago

docker pull tongkolspace/nginx-ee