Some SSL provider generates intermedia.crt root.crt and domain cert in 2 different files, when configure nginx 3 things need to happen first. link1 for cat link2 for setenforce 0 Funny thing is , if you provide only the domain crt in the nginx config file, browser would not complain. But if u do a curl…
Category: Nginx
Nginx Configuration for Custom ORDs with APEX features Google Authentication [updates on Nginx Proxy Manager]
There are three things needed Google Settings, couple of things to watch out here APEX Social sign in Authentication method Make sure you have a user created in APEX with the same email as the username. Nginx Configuration Two settings here are important , they are needed for enable Google Oauth. error_page 497 https://$host:$server_port$request_uri; link…
Config Nginx as Static file server
Here is very rich video to learn Nginx Config Linux user / groups to allow filezillar connection with key files add user to group , append after its primary group ( which is not wat we want) we need to add sftpusergroup as the primary group, that way when a user create a folder all…