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

Problem: Folder URL via Apache #2780

Open
asctime opened this issue Mar 2, 2025 · 0 comments
Open

Problem: Folder URL via Apache #2780

asctime opened this issue Mar 2, 2025 · 0 comments

Comments

@asctime
Copy link

asctime commented Mar 2, 2025

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/

<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

Impact

Web-Frontend (what users interact with)

Installation method

Package

Database

Postgres

Browser

Firefox

Semaphore Version

2.12.14

Ansible Version

ansible 2.9.16

Logs & errors

As #426

Manual installation - system information

Debian Buster Stable + Backports

Configuration

No response

Additional information

No response

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

No branches or pull requests

1 participant