Skip to content

Commit

Permalink
Merge pull request #31 from andrask/patch-1
Browse files Browse the repository at this point in the history
Make default listener non-ssl
  • Loading branch information
GuyShaanan authored Feb 22, 2018
2 parents c4b28d1 + fec99e6 commit 0003b69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/cloudflow.nginx.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
server {
listen [::]:8000 ssl ipv6only=off;
listen [::]:8000 ipv6only=off;

server_name localhost;

# to enable https, uncomment the following lines, and point to your cert and key files
#
#ssl_certificate /etc/nginx/ssl/nginx.crt;
#ssl_certificate_key /etc/nginx/ssl/nginx.key;

#listen [::]:8001 ssl ipv6only=off;

# For custom log, uncomment the following line and set the desired path of the log file
#
#access_log /var/log/nginx/cloudflow.access.log main;
Expand Down

0 comments on commit 0003b69

Please sign in to comment.