From b31948763bf2150db9101e31ac52f95d0b3a1035 Mon Sep 17 00:00:00 2001 From: Sebastian Werner Date: Sun, 7 Mar 2021 12:50:25 +0100 Subject: [PATCH] Fix styling. --- Proxy-examples.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index 5a22ee5..cb0a9c0 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -355,9 +355,10 @@ Remember to enable `mod_proxy_wstunnel` and `mod_proxy_http`, for example with:
Apache in a sub-location (by ss89)
-Start container with -```ini -; Add the sub-path! Else this will not work! +Modify your docker start-up to include the sub-location. + +``` +; Add the sub-location! Else this will not work! DOMAIN=https://$hostname.$domainname/$sublocation/ ```