0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-03 23:09:17 -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 ProxyRequests Off
ProxyPreserveHost On ProxyPreserveHost On
AllowEncodedSlashes NoDecode AllowEncodedSlashes NoDecode
ProxyPass / http://127.0.0.1:4873/ nocanon ProxyPass / http://127.0.0.1:4873 nocanon
ProxyPassReverse / http://127.0.0.1:4873/ ProxyPassReverse / http://127.0.0.1:4873
</VirtualHost> </VirtualHost>
</IfModule> </IfModule>
```` ````