Skip to content

Commit 04af36e

Browse files
committed
Remove "ssl on" from nginx.conf
Fix unknown directive error.
1 parent 1c9cd12 commit 04af36e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

auth-proxy/resources/etc/templates/nginx.conf.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ http {
5353
root /var/www/htdocs;
5454
index login.php logout.php;
5555

56-
ssl on;
5756
ssl_certificate "/etc/nginx/certs/auth-proxy.chained.cer";
5857
ssl_certificate_key "/etc/nginx/certs/auth-proxy.key";
5958

0 commit comments

Comments
 (0)