Currently if a user try to refresh or visit the page for a specific server directly, for example:
https://example.com/server/455c8f83-42da-47eb-85b1-8992dadf388a/list-short-urls/1
A 404 not found page will be served because nginx is looking for path /server/455c8f83-42da-47eb-85b1-8992dadf388a/list-short-urls with the file 1 in it.
Nginx configuration should be changed in order to address this.
Currently if a user try to refresh or visit the page for a specific server directly, for example:
https://example.com/server/455c8f83-42da-47eb-85b1-8992dadf388a/list-short-urls/1
A 404 not found page will be served because nginx is looking for path
/server/455c8f83-42da-47eb-85b1-8992dadf388a/list-short-urlswith the file1in it.Nginx configuration should be changed in order to address this.