phoo icon indicating copy to clipboard operation
phoo copied to clipboard

a very simple high performance PHP application server and php-fpm supervisor

Results 2 phoo issues
Sort by recently updated
recently updated
newest added

This should be written in README, Wiki or somewhere? ```Dockerfile FROM golang:1.13 as fcgi_builder RUN apt update -y \ && go get -v -ldflags '-w -s' github.com/alash3al/http2fcgi/... FROM php:7.4-fpm-alpine #...

I understand that many of the following changes are destructive, but if I was using -fcgi, how do I change it? https://github.com/alash3al/phoo/commit/8f2a38e11bed732d51669b5f39e6e471b5da9b51 ``` {"time":"2023-10-26T11:44:18.517843451Z","level":"ERROR","prefix":"-","file":"main.go","line":"32","message":"flag provided but not defined: -fcgi"} Waiting...