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:
parent
bf8c018fc5
commit
a514e254a2
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
```
|
Loading…
Reference in a new issue