1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

Apache reverse proxy configuration - ip address update

This commit is contained in:
Piotr Synowiec 2017-05-20 19:52:19 +02:00
parent bf8c018fc5
commit a514e254a2

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