Mise à jour de 'services/pad.libre-service.eu.md'
This commit is contained in:
parent
b74997dcc2
commit
85c1838626
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue