Skip to content
New issue

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

Add subpath support #908

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

simonhammes
Copy link

@simonhammes simonhammes commented Nov 20, 2024

Summary

#88

Checklist

  • Verify manifest.json
  • Verify occurrences of SERVER_URL
  • Tested and/or added tests to validate that the changes work as intended, if applicable.
  • Updated documentation in README.md, if applicable.

Caddy Configuration

:80 {    
    handle_path /status/* {
        reverse_proxy localhost:8080
    }
}

Could certainly add another redir to serve /status instead of /status/ 🙂

@rac021
Copy link

rac021 commented Nov 21, 2024

Is there a planned merge for this ?

It would be great to have this available !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants