Updated to fix markdown - single space added after ###

This commit is contained in:
Brian McGonagill 2019-04-03 12:52:18 -05:00 committed by GitHub
parent e44bdd4c78
commit fde31fd4ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ $ tunneld -tlsCrt .tunneld/server.crt -tlsKey .tunneld/server.key
This will run HTTP server on port `80` and HTTPS (HTTP/2) server on port `443`. If you want to use HTTPS it's recommended to get a properly signed certificate to avoid security warnings.
###Run Server as a Service on Ubuntu using Systemd:
### Run Server as a Service on Ubuntu using Systemd:
* After completing the steps above successfully, create a new file for your service (you can name it whatever you want, just replace the name below with your chosen name).