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

Apache reverse proxy #208

Closed
PeterMalkin opened this issue Dec 15, 2021 · 1 comment · Fixed by #237
Closed

Apache reverse proxy #208

PeterMalkin opened this issue Dec 15, 2021 · 1 comment · Fixed by #237
Labels
bug Something isn't working

Comments

@PeterMalkin
Copy link

PeterMalkin commented Dec 15, 2021

Is it at all possible to run scrutiny webgui behind apache reverse proxy?
I have spent several days fighting this, but still cant get it to work. Maybe there's a recommended .conf I am missing?

I can access the front end directly no problem.
My website.conf looks like:


<VirtualHost *:80>
  Redirect permanent / https://example.com
</VirtualHost>
<VirtualHost _default_:433>
  <Location /scrutiny/>
    ProxyPass http://scrutiny:8080/ retry=0
    ProxyPassReverse http://scrutiny:8080/
    ProxyPreserveHost on
    Require all granted
  </Location>
</VirtualHost>

Appreciate any advice you may have

@AnalogJ
Copy link
Owner

AnalogJ commented May 9, 2022

reverse proxy + custom path support has now been added. Released in v0.4.1

See https://github.com/AnalogJ/scrutiny/blob/master/docs/TROUBLESHOOTING_REVERSE_PROXY.md for instructions.

Thanks for your patience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants