Skip to content

Commit

Permalink
Fix typo in the Nginx guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jul 1, 2023
1 parent 63eeb96 commit 3d6c3fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reposilite-site/data/guides/integrations/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Also, don't forget to change the port according to your Reposilite startup param

#### Custom base path

To use custom base path (e.g. `domain.com/reposilite`), modify the configuration just like this:
To use custom base path (e.g. `domain.com/reposilite`), modify the configuration just like below:

```json5
location /reposilite/ {
Expand All @@ -63,7 +63,7 @@ location /reposilite/ {
}
```

And update the base path property in shared configuration:
And update the base path property in the local configuration (by default `configuration.cdn`)`:

```yaml
# Custom base path
Expand Down

0 comments on commit 3d6c3fd

Please sign in to comment.