By Longwelwind
I have a spec app.yml
that I use to setup a service and a frontend in the App platform (I trimmed down the yaml file):
name: airmeeple
static_sites:
- name: frontend
source_dir: frontend
routes:
- path: /
services:
- name: backend
source_dir: backend
routes:
- path: /api
When DO re-routes requests to the backend, it strips the prefix /api
such that if the request service.com/api/user
, the service will receive the request /user
.
Is it possible to configure the reverse proxy such that the prefix is kept when rerouting the request, such that the service sees a request with the path /api/user
?
Thanks in advance!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Did you ore anyone find out a way to perform this ?
I am facing the same issue and am unable to perform what I need to do without that feature.
Thanks in advance.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.