Trying to update Ciphers on apache nginx reverse proxy

zinnium

Verified User
Joined
Dec 21, 2014
Messages
23
Trying to update Ciphers on apache nginx reverse proxy. Seeing if anyone knows exactly what files I have to do this in? Keep seem to locate the file that will get this done.

I am using the beautiful Mozilla SSL Configuration Generator for my updates: https://mozilla.github.io/server-side-tls/ssl-config-generator/


My build:
- CentOS 6.6
- OpenSSL 1.0.2D
- Custom Build 2 (Current version)
- Directadmin (Current version)
- apache nginx reverse proxy

I also ran all updates in the last 48 hours to make sure I am current
 
Hello,

Copy

/usr/local/directadmin/data/templates/nginx_server_secure.conf
/usr/local/directadmin/data/templates/nginx_server_secure_sub.conf

to /usr/local/directadmin/data/templates/custom/

and update them to reflect your needs. Afterwards run

Code:
cd /usr/local/directadmin/custombuild
./build update
./build rewrite_confs
 
@zEitEr

WORKS Perfect!!!!!!!!!!!!!!
Thank you dude.

Put a note here: Nginx doesn't like the following from the generator: " ssl_session_cache shared:SSL:50m; " I just used the default of 10min with is fine.

If anyone else does this. make sure to run a "service nginx configtest" to make sure nginx is happy.
 
Back
Top