mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 19:29:21 -07:00
Fix styling.
@@ -355,9 +355,10 @@ Remember to enable `mod_proxy_wstunnel` and `mod_proxy_http`, for example with:
|
|||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Apache in a sub-location (by ss89)</summary><br/>
|
<summary>Apache in a sub-location (by ss89)</summary><br/>
|
||||||
Start container with
|
Modify your docker start-up to include the sub-location.
|
||||||
```ini
|
|
||||||
; Add the sub-path! Else this will not work!
|
```
|
||||||
|
; Add the sub-location! Else this will not work!
|
||||||
DOMAIN=https://$hostname.$domainname/$sublocation/
|
DOMAIN=https://$hostname.$domainname/$sublocation/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user