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:
parent
1b8c74c51b
commit
1682e40f8c
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue