0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -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:
Juan Picado @jotadeveloper 2018-03-08 15:48:27 +01:00 committed by GitHub
commit 75a48dad02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,3 +107,7 @@ require('./node_modules/verdaccio/src/lib/cli.js');
</system.webServer>
</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).