]> git.pld-linux.org Git - packages/nginx.git/commitdiff
Example SSL configuration added
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 14 Oct 2013 14:12:22 +0000 (16:12 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Mon, 14 Oct 2013 14:12:22 +0000 (16:12 +0200)
nginx-standard.conf

index 1795c333f7821a0a445a7f85af86a13c891101ae..43da0e73ad1308037b411ae5725ce3e4584416a5 100644 (file)
@@ -33,6 +33,11 @@ http {
 
        server {
                listen          80;
+
+               # listen 443 ssl;
+               # ssl_certificate /etc/nginx/server.crt;
+               # ssl_certificate_key /etc/nginx/server.key;
+
                server_name     localhost;
                access_log      /var/log/nginx/nginx-standard_access.log  main;
                client_max_body_size    10M;
This page took 0.155434 seconds and 4 git commands to generate.