mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
17 lines
377 B
Plaintext
17 lines
377 B
Plaintext
##
|
|
## On all sites, provide cockpit on the path: /_cockpit/
|
|
##
|
|
## Requires the following Apache modules to be enabled:
|
|
## mod_headers
|
|
## mod_proxy
|
|
## mod_proxy_http
|
|
## mod_proxy_wstunnel
|
|
##
|
|
<Location /_cockpit/>
|
|
ProxyPass http://localhost:9090/_cockpit/
|
|
</Location>
|
|
|
|
<Location /_cockpit/cockpit/socket>
|
|
ProxyPass ws://localhost:9090/_cockpit/socket
|
|
</Location>
|