Skip to content

Commit

Permalink
Adding instructions to restart nginx after modifying config
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed May 2, 2017
1 parent 5e39fbb commit 7c9f371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,9 @@ python authenticator.py &
python service.py &
```

```shell
sudo service nginx restart
```

When you visit `http://localhost:8081` you will need to login.
As long as you use the username 'admin' you will be able to access the service.

0 comments on commit 7c9f371

Please sign in to comment.