https apache as proxy #69

Closed
opened 2026-02-04 16:59:18 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @mprivoro on GitHub (Feb 14, 2021).

apache.conf

ProxyPreserveHost On
ProxyRequests Off
ProxyPass / http://example.com:3000/
ProxyPassReverse / http://example.com:3000/

docker-compose.yml

ports:
- 3003:1337
environment:
- BASE_URL=https://example.com:3003

this setup is showing "none stop" rotated cycle after the login window.
no matter which BASE_URL tried.

the same is working for any other http->https forwarding by apache.

could somebody suggest the correct way to proxy planka to https using apache?

is it a bug or feature?:)

Originally created by @mprivoro on GitHub (Feb 14, 2021). apache.conf ProxyPreserveHost On ProxyRequests Off ProxyPass / http://example.com:3000/ ProxyPassReverse / http://example.com:3000/ docker-compose.yml ports: - 3003:1337 environment: - BASE_URL=https://example.com:3003 this setup is showing "none stop" rotated cycle after the login window. no matter which BASE_URL tried. the same is working for any other http->https forwarding by apache. could somebody suggest the correct way to proxy planka to https using apache? is it a bug or feature?:)
Author
Owner

@mprivoro commented on GitHub (Feb 14, 2021):

resolved by adding also this proxy confs:

ProxyPass /socket.io ws://example.com:3003/socket.io/
ProxyPassReverse /socket.io ws://example.com:3003/socket.io/

@mprivoro commented on GitHub (Feb 14, 2021): resolved by adding also this proxy confs: ProxyPass /socket.io ws://example.com:3003/socket.io/ ProxyPassReverse /socket.io ws://example.com:3003/socket.io/
Author
Owner

@byteSamurai commented on GitHub (May 17, 2021):

@mprivoro could you close this issue, if it is resolved?

@byteSamurai commented on GitHub (May 17, 2021): @mprivoro could you close this issue, if it is resolved?
Author
Owner

@mprivoro commented on GitHub (May 18, 2021):

resolved by adding also this proxy confs:

ProxyPass /socket.io ws://example.com:3003/socket.io/
ProxyPassReverse /socket.io ws://example.com:3003/socket.io/

@mprivoro commented on GitHub (May 18, 2021): resolved by adding also this proxy confs: ProxyPass /socket.io ws://example.com:3003/socket.io/ ProxyPassReverse /socket.io ws://example.com:3003/socket.io/
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#69