mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
Merge pull request #623 from ayusharma/issue-622-docs-update
docs: adds troubleshooting of IIS server with https
This commit is contained in:
commit
75a48dad02
1 changed files with 4 additions and 0 deletions
|
@ -107,3 +107,7 @@ require('./node_modules/verdaccio/src/lib/cli.js');
|
||||||
</system.webServer>
|
</system.webServer>
|
||||||
</configuration>
|
</configuration>
|
||||||
````
|
````
|
||||||
|
|
||||||
|
### Troubleshooting
|
||||||
|
- **The web interface does not load when hosted with https as it tries to download scripts over http.**
|
||||||
|
Make sure that you have correctly mentioned `url_prefix` in verdaccio config. Follow the [discussion](https://github.com/verdaccio/verdaccio/issues/622).
|
Loading…
Add table
Reference in a new issue