# Nexus3 container + docker format repo, need a nginx config example

**URL:** https://community.sonatype.com/t/nexus3-container-docker-format-repo-need-a-nginx-config-example/12896
**Category:** Sonatype Nexus Repository
**Tags:** docker, nexus-repository
**Created:** [July 12, 2024, 12:26pm UTC](https://community.sonatype.com/t/nexus3-container-docker-format-repo-need-a-nginx-config-example/12896 "2024-07-12T12:26:00Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![gavin](https://avatars.discourse-cdn.com/v4/letter/g/439d5e/32.png) [@gavin](https://community.sonatype.com/u/gavin)
#### Post date: [July 27, 2024, 1:02pm UTC](https://community.sonatype.com/t/nexus3-container-docker-format-repo-need-a-nginx-config-example/12896/5 "2024-07-27T13:02:39Z")

</div>

hey @mpiggott

finally fixed it, thanks to your pointers.

nexus3 v3.58.1 and earlier needed:

```auto
           proxy_pass http://localhost:58100/repository/my-docker/$request_url;

```

but for nexus3 v3.59.0 and later (ie v3.70.1) this seems to work:

```auto
       proxy_pass http://localhost:58100/$request_url;

```

Many thanks!

---

_[View the full topic](https://community.sonatype.com/t/nexus3-container-docker-format-repo-need-a-nginx-config-example/12896)._
