hashgraph / hedera-nft-auction-demo

Demo NFT auction
Apache License 2.0
21 stars 11 forks source link

Fix nginx config to properly implement http and https #175

Closed gregscullard closed 3 years ago

gregscullard commented 3 years ago

Signed-off-by: Greg Scullard gregscullard@hedera.com

Detailed description:

The nginx configuration was incorrect, requiring that :80 was specified at the end of the url, this PR fixes this.

Checklist