From e04d1e55a1444e2504d274dd779fc62a2bb0b22b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 22 Jun 2026 23:45:46 +0100 Subject: adds nginx/php-fpm config --- http.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'http.Dockerfile') diff --git a/http.Dockerfile b/http.Dockerfile index 3b5fb65..00dd77f 100644 --- a/http.Dockerfile +++ b/http.Dockerfile @@ -2,3 +2,5 @@ FROM docker.io/arm32v7/nginx:1.30.3-alpine3.23 RUN apk --update add php85-fpm COPY http/php /usr/share/nginx/php COPY http/out /usr/share/nginx/html +COPY http/php-fpm.conf /etc/php/8.5/fpm/pool.d/joeac.net-http_pool.conf +COPY http/nginx.conf /etc/nginx/nginx.conf -- cgit v1.2.3