1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 07:18:06 +02:00

apache : set ProxyRequests to Off

This commit is contained in:
storca 2025-02-09 11:46:05 +01:00
parent 1b8c74c51b
commit 1682e40f8c
2 changed files with 2 additions and 0 deletions

View file

@ -78,6 +78,7 @@ RewriteCond %{HTTP:Upgrade} !=websocket [NC]
RewriteRule /(.*) http://127.0.0.1:8080/$1 [P,L]
<IfModule mod_proxy.c>
ProxyRequests Off
# There is no ProxyPass directive ! It is handled by the second RewriteCond
ProxyPassReverse / http://127.0.0.1:8080/
</IfModule>

View file

@ -29,6 +29,7 @@
RewriteRule /(.*) http://127.0.0.1:8080/$1 [P,L]
<IfModule mod_proxy.c>
ProxyRequests Off
ProxyPassReverse / http://127.0.0.1:8080/
</IfModule>