-
Notifications
You must be signed in to change notification settings - Fork 7
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
Letsencrypt, NGINX & Symfony and Docker #8
Comments
Not started this yet, but TBH it's probably what I should do first |
Blocks #12 Deploy Prod |
OK, it's a steaming pile of crap, but [gddevbox url] is served through nginx->php-fpm->symfony with https cert from letsencrypt I had to add php fpm /etc/nginx/sites-available/default: `
` |
I have some tweaks to make to nginx, what’s the best way for us to do that? I didn’t notice the configuration anywhere obvious. |
@12462940548 Like infra/nginx or whatnot |
Probably should be broken apart into few different issues, but here's the deal:
I have docker container based on nginx, that has auto-update letsencrypt cert.
This link has simple symfony app config for nginx:
https://www.nginx.com/resources/wiki/start/topics/recipes/symfony/
Since we're currently evaluating AWS vs custom rackspace - having our infra in docker may help with migration.
The text was updated successfully, but these errors were encountered: