# 404 errors (assets) on Subfolder installation

**URL:** https://meta.discourse.org/t/404-errors-assets-on-subfolder-installation/120910
**Category:** Support
**Created:** [June 20, 2019, 1:50pm UTC](https://meta.discourse.org/t/404-errors-assets-on-subfolder-installation/120910 "2019-06-20T13:50:14Z")
**Posts on this page:** 1
**Showing post:** 19

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [June 28, 2019, 7:49pm UTC](https://meta.discourse.org/t/404-errors-assets-on-subfolder-installation/120910/19 "2019-06-28T19:49:40Z")

</div>

This depends on what software you are using to reverse proxy.

I’m using Caddy and following [Use Caddy instead of NGINX as your reverse proxy](https://meta.discourse.org/t/running-discourse-with-caddy-server/54716)

Only change from the guide is adding the folder in the Caddyfile:

```plaintext
subfolder.muito.ninja

proxy /forum unix:/sock/nginx.http.sock {
  transparent
}

```

---

_[View the full topic](https://meta.discourse.org/t/404-errors-assets-on-subfolder-installation/120910)._
