docker-files icon indicating copy to clipboard operation
docker-files copied to clipboard

[TASK] Adjust symfony nginx config to doc

Open afoeder opened this issue 8 years ago • 2 comments

This adjusts the nginx configuration to the one that is mentioned in the Symfony documentation.

afoeder avatar Jun 24 '17 09:06 afoeder

@afoeder I mean something like this for the Symfony stuff. So we need no new config file for Symfony, just replace root and main PHP file.

FROM prooph/nginx:www

RUN sed -i "s#index.php#app.php#g" /etc/nginx/sites-enabled/www.conf

sandrokeil avatar Jun 27 '17 19:06 sandrokeil

that's no longer needed for symfony 4.x, right?

codeliner avatar Feb 22 '18 13:02 codeliner