Change the port for IPFS's nginx vhost

This commit is contained in:
Greg Karékinian
2017-03-31 19:23:10 +02:00
parent 6430d71006
commit 2090bc6b10
2 changed files with 13 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ server {
server {
<% if File.exist?(@ssl_cert) && File.exist?(@ssl_key) -%>
listen 443 ssl spdy;
listen <%= @ipfs_external_api_port %> ssl spdy;
<% else -%>
listen 80;
<% end -%>