0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05: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

View file

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