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:
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>
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user