So, guys, I have this config. I'm thinking where to put that LDAP configuration because in the example is shown without proxy pass and upstream. I'm fairly new to Nginx and be happy if u can give me a hint. How the configuration should look like?
upstream sdvcontgenp01.example.net {
server 192.168.20.69:8080;
}
server {
listen 80;
server_name sdvcontgenp01.example.net;
So, guys, I have this config. I'm thinking where to put that LDAP configuration because in the example is shown without proxy pass and upstream. I'm fairly new to Nginx and be happy if u can give me a hint. How the configuration should look like?
upstream sdvcontgenp01.example.net { server 192.168.20.69:8080; } server { listen 80; server_name sdvcontgenp01.example.net;
REDIRECT (Putting https)