ea-Nginx configurations that don't get overwritten
Hi,
I am testing ea-nginx on Centos7 / cp94 (I have to have php56) and am running into a set of issues.
Main one for now, is setting configurations that work and do not get overwritten
Configs:
include rocket-nginx/default.conf;
listen 443 ssl http2;
If I put these in the users/[account].conf then both work, but they get overwritten.
I've tried editing different files in /etc/nginx and have also tried custom conf files, but no other file, other than users conf file, works.
Ideally, these two configs would be set for all accounts.
Suggestions?
-
Hi, Yes, I have read that section - it's a bit thin. 1. I have managed to get "include rocket-nginx/default.conf;" working, but it means I have to manually create a new folder and conf file for every website I've tried to make this config global but it either does not work (server-includes) or throws an error (in conf.d - [emerg] "set" directive is not allowed here in ...) I must be missing a step in making this a global include 2. I cannot seem to overload listen with http2 - so get an error everywhere, except in the generated user conf file Again, there must be a way to turn on http2 globally, but I have not found it yet. So far I have one clunky solution and am stuck on adding the second :( 0
Please sign in to leave a comment.
Comments
3 comments