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
Folder URLs across an encrypted HTTPS apache2 front end are not working for me. I have tried several variations of:
https://docs.semaphoreui.com/administration-guide/security/apache/
<Location /semaphore( with and without final '/')> ProxyPass http://127.0.0.1:3000/ ProxyPassReverse http://127.0.0.1:3000/ </Location> <Location /semaphore/api/ws> RewriteCond %{HTTP:Connection} Upgrade [NC] RewriteCond %{HTTP:Upgrade} websocket [NC] ProxyPass ws://127.0.0.1:3000/api/ws/ ProxyPassReverse ws://127.0.0.1:3000/api/ws/ </Location>
Enabling TLS directly in config.json works per documentation but that puts it on a separate port, which I don't want.
Reference: #638 #426
Web-Frontend (what users interact with)
Package
Postgres
Firefox
2.12.14
ansible 2.9.16
As #426
Debian Buster Stable + Backports
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Folder URLs across an encrypted HTTPS apache2 front end are not working for me.
I have tried several variations of:
https://docs.semaphoreui.com/administration-guide/security/apache/
Enabling TLS directly in config.json works per documentation but that puts it on a separate port, which I don't want.
Reference:
#638
#426
Impact
Web-Frontend (what users interact with)
Installation method
Package
Database
Postgres
Browser
Firefox
Semaphore Version
2.12.14
Ansible Version
Logs & errors
As #426
Manual installation - system information
Debian Buster Stable + Backports
Configuration
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: