Browse Source

Update myNode_deployment.md

push-params
dimaatmelodromru 4 years ago
committed by GitHub
parent
commit
144b01f92d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/myNode_deployment.md

4
docs/myNode_deployment.md

@ -185,6 +185,10 @@ Save and exit:
`Enter`
To make the file active, we will need to link the file in the sites-available folder to a location within the sites-enabled folder. Again, change YOUR-DOMAIN here with the actual name of the file you created earlier.
```sh
ln -s /etc/nginx/sites-avaialable/YOUR-DOMAIN /etc/nginx/sites-enabled/YOUR-DOMAIN.conf
```
To test your NGINX configuration:
```sh
$ nginx -t

Loading…
Cancel
Save