Moved to https://github.com/yellow-platform/blockchain-node
I hereby claim:
- I am nicolasmahe on github.
- I am nicolasmahe (https://keybase.io/nicolasmahe) on keybase.
- I have a public key ASBW5GRs_-MBy1VX3KGFkHli8EDZBCOtvM8KvPn84XJN_wo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Replace every VARIABLE | |
server { | |
server_name YOUR_SERVER_NAME; | |
listen 80 default_server; | |
listen [::]:80 default_server; | |
return 301 https://$server_name$request_uri; | |
} |