#======================================================================= # Nginx configuration for LemonLDAP::NG Handler #======================================================================= # This file implements the reload virtualhost that permits to reload # configuration without restarting server. # You need then to declare this vhost in reloadUrls (in the manager # interface if this server doesn't host the manager itself): # # KEY : VALUE # host-or-IP:port : http://reload.example.com/reload # # IMPORTANT: # To protect applications, see test-nginx.conf template in example files # Log format include /etc/lemonldap-ng/nginx-lmlog.conf; #access_log /var/log/nginx/access.log lm_combined; server { # GNUNUX listen 80; # GNUNUX server_name reload.example.com; #>GNUNUX listen 443 ssl; server_name %%lemon_reload_web_name; ssl_certificate %%tls_cert_directory/revprox.crt; ssl_certificate_key %%tls_key_directory/revprox.key; ssl_client_certificate %%tls_ca_directory/InternalReverseProxy.crt; #GNUNUX add_header Strict-Transport-Security "max-age=15768000"; #