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:
commit
368fe92a10
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
````
|
||||
|
|
Loading…
Add table
Reference in a new issue