Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ Celebrate on how easy this was
You can use the [live Android app](https://play.google.com/store/apps/details?id=com.atlas.cmms) and configure it with
your custom backend server url

### Reverse Proxy

If you are using a reverse proxy for HTTPS and add `/api` to `PUBLIC_API_URL` or `API_URL` for proper rule-matched proxying, ensure that you strip the `/api` prefix before the request is sent to the Atlas CMMS backend. The backend application's Spring Security configuration is designed to accept these specific endpoints without the /api prefix, and will reject any URL including the prefix /api, resulting in `Error 403 - Forbidden`.

## Getting help

### Docs
Expand Down