Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Frederick-S/markote
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick-S committed Jun 1, 2019
2 parents 94038e8 + 4dc2ef6 commit 434ae2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
## Deployment
### Ubuntu 18.04 LTS
1. Run the app
1. Run from docker ([known issue](https://github.com/Frederick-S/markote/issues/8))
1. Run from docker
1. Create an env file called `graph.key` with the following content:
```
GRAPH_CLIENT_ID=your client id
Expand Down Expand Up @@ -79,7 +79,8 @@
proxy_pass http://localhost:5000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Proto $proxy_add_x_forwarded_for;
proxy_set_header X-Scheme $scheme;
}
}
```
Expand Down

0 comments on commit 434ae2a

Please sign in to comment.