Mise à jour de 'services/pad.libre-service.eu.md'

This commit is contained in:
Christian P. MOMON 2022-03-26 02:15:41 +01:00
parent b74997dcc2
commit 85c1838626

View file

@ -224,10 +224,10 @@ Configurer le site web :
ProxyRequests Off ProxyRequests Off
ProxyPreserveHost On ProxyPreserveHost On
<Location /> <LocationMatch "^/(?!\.well-known/).*$">
ProxyPass http://localhost:9001/ retry=0 timeout=30 ProxyPass http://localhost:9001 retry=0 timeout=30
ProxyPassReverse http://localhost:9001/ ProxyPassReverse http://localhost:9001
</Location> </LocationMatch>
<Location /socket.io> <Location /socket.io>
# This is needed to handle the websocket transport through the proxy, since # 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. # etherpad does not use a specific sub-folder, such as /ws/ to handle this kind of traffic.