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