We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have multiple (sub)domains which are supposed to be redirected all to one subdomain www.myservice.com. How can I do this with a RAP-configuration?
www.myservice.com
The text was updated successfully, but these errors were encountered:
@dj-hedgehog Reading the docs, this could be achieved with a combination of this config:
rap.host=api.example.com=>http:80,api-admin.example.com=>http:8001,secure.example.com=>https:8443
and a properly configured router/.htaccess in your container.
Sorry, something went wrong.
What do you mean with this and a properly configured router/.htaccess in your container.? Can you elaborate on it please?
No branches or pull requests
I have multiple (sub)domains which are supposed to be redirected all to one subdomain
www.myservice.com
. How can I do this with a RAP-configuration?The text was updated successfully, but these errors were encountered: