Nginx-ee unoficial build based on ubuntu 22:04
2.2K
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;
}
Content type
Image
Digest
sha256:c64b78041…
Size
82.2 MB
Last updated
3 months ago
docker pull tongkolspace/nginx-ee