-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle root user #79
Comments
Hi @pocky, Thanks for you report. When you use Rymfony into Doker container, the CA sertificate installation is not needed. The installation is neede on development computer to accept the selfsigned certificate with curl and web browser. For the PHP FPM user error, I can propose you a litle twik:
This twik is acceptable before patch Rymfony? (I'm not project maintainer, I can only propose a patch to solve this issue) |
Hello @macintoshplus The fpm trick sounds good to me because it's exactly what I'm doing :) |
I think this is a good opportunity to start thinking about a |
Hello,
I'm using Rymfony through Docker and I have two errors related to root user.
Sudo
sudo
is required for certificate (not really a problem but sudo should not be required for root)fpm-conf.ini
Server can't start because of fpm config. fpm-conf.ini should be updated on lines 17 and 18
Error:
The text was updated successfully, but these errors were encountered: