Last updated
Hello Community:
I was setting a git repository server with gitweb included. While a users access gitweb through http, users can access to the gitweb completely. However, setting the gitweb page into https, I just see the text and the links. CSS and JS scripts weren't loaded because for the web browser, interprets that these are insecure content. How to show the CSS and JS scripts through https?
Thanks