Skip to content

Commit

Permalink
Merge pull request navilg#32 from sjpilot/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
navilg authored Jan 7, 2024
2 parents a7e4af4 + 3643061 commit dd72a0e
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 dd72a0e

Please sign in to comment.