Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyShaanan committed Feb 25, 2018
2 parents 63682bd + 0003b69 commit f74aa8b
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 f74aa8b

Please sign in to comment.