Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #154 from freimair/seednode_updates
Browse files Browse the repository at this point in the history
Seednode Howto: fixed port to report to
  • Loading branch information
Steve Jain authored Aug 22, 2019
2 parents a08527c + 12c189e commit dbe3f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange/howto/run-seednode.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ stream {
listen 2003;
allow 127.0.0.1;
deny all;
proxy_pass monitor.bisq.network:2003;
proxy_pass monitor.bisq.network:2002;
proxy_ssl on;
proxy_ssl_certificate /etc/nginx/cert.crt;
Expand Down

0 comments on commit dbe3f12

Please sign in to comment.