diff --git a/services/pad.libre-service.eu.md b/services/pad.libre-service.eu.md
index a766859..bb4a1d9 100644
--- a/services/pad.libre-service.eu.md
+++ b/services/pad.libre-service.eu.md
@@ -224,10 +224,10 @@ Configurer le site web :
ProxyRequests Off
ProxyPreserveHost On
-
- ProxyPass http://localhost:9001/ retry=0 timeout=30
- ProxyPassReverse http://localhost:9001/
-
+
+ ProxyPass http://localhost:9001 retry=0 timeout=30
+ ProxyPassReverse http://localhost:9001
+
# This is needed to handle the websocket transport through the proxy, since
# etherpad does not use a specific sub-folder, such as /ws/ to handle this kind of traffic.