0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

Merge pull request #283 from RodrigoBalest/patch-1

doc: amend proxy instructions for Apache
This commit is contained in:
Juan Picado @jotadeveloper 2017-08-07 18:30:17 +02:00 committed by GitHub
commit 368fe92a10

View file

@ -34,8 +34,8 @@ Apache virtual server configuration
ProxyRequests Off
ProxyPreserveHost On
AllowEncodedSlashes NoDecode
ProxyPass / http://127.0.0.1:4873/ nocanon
ProxyPassReverse / http://127.0.0.1:4873/
ProxyPass / http://127.0.0.1:4873 nocanon
ProxyPassReverse / http://127.0.0.1:4873
</VirtualHost>
</IfModule>
````