Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed typo in sample config for nginx block
  • Loading branch information
sjpilot authored Jan 7, 2024
1 parent a7e4af4 commit 3643061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ location /radarr {
- Add below proxy in nginx configuration

```
location /radarr {
location /sonarr {
proxy_pass http://sonarr:8989;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 3643061

Please sign in to comment.