move-php #4

Merged
ddadmin merged 4 commits from move-php into main 2025-01-16 18:23:32 +03:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 983c886cc8 - Show all commits

View File

@ -64,8 +64,8 @@ WORKDIR /usr/src/signer/
COPY ./backend /usr/src/signer
COPY ./docker/php/www.conf /etc/php/8.3/fpm/pool.d/www.conf
COPY ./docker/php/nginx/default.conf /etc/nginx/sites-enabled/default
COPY ./docker/php/nginx.conf /etc/nginx/nginx.conf
COPY ./docker/nginx/default.conf /etc/nginx/sites-enabled/default
COPY ./docker/nginx/nginx.conf /etc/nginx/nginx.conf
RUN mkdir -p /run/php
# RUN curl curl https://frankenphp.dev/install.sh | sh
# RUN mv /usr/src/signer/frankenphp /usr/local/bin/

View File

@ -1,5 +1,6 @@
user www-data;
worker_processes 4;
daemon off;
pid /run/nginx.pid;
events {
@ -34,4 +35,3 @@ http {
fastcgi_buffer_size 32k;
}
daemon off;