Skip to content

Commit dde6669

Browse files
committed
Update 2019-07-09-Sentry-on-Your-Server-with-Docker.markdown
1 parent 68e20d8 commit dde6669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-07-09-Sentry-on-Your-Server-with-Docker.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ keep the generated secret_key to use in the next steps.
8686
$ docker run -it --rm -e SENTRY_SECRET_KEY='generated_key_from_above' --link sentry-redis:redis --link sentry-postgres:postgres sentry createuser
8787
{% endhighlight %}
8888

89-
Go to `$ cd /etc/nginx/sites-enabled/` and rm the default setting file if its there with `$ rm default`. Add the nginx file to that files with any name. `$ nano sentry`
89+
Go to `$ cd /etc/nginx/sites-enabled/` and remove the default setting file if its there with `$ rm default`. Add the nginx file to that folder with any name. `$ nano sentry`
9090
{% highlight bash %}
9191
server {
9292
listen 80;

0 commit comments

Comments
 (0)