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

Doesn't work with proxy_pass #72

Open
milabs opened this issue Jan 10, 2023 · 1 comment
Open

Doesn't work with proxy_pass #72

milabs opened this issue Jan 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@milabs
Copy link

milabs commented Jan 10, 2023

Cryptogen doesn't allow to specify us "baseUrl" to support the following cases (nginx):

location /cryptogen/ {
    proxy_pass http://127.0.0.1:3000;
}

Using sub_filter "/_app/" "/cryptogen/_app/" doesn't solve the problem.

Please, consider adding baseUrl or similar option and env var for docker.

@cupcakearmy cupcakearmy added the enhancement New feature or request label Jan 10, 2023
@cupcakearmy
Copy link
Owner

Yes, this is not supported rn. could be added if I find time

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

No branches or pull requests

2 participants