Use NGINX for HTTPS development
Fixes https://gitlab.com/gitlab-org/gitlab-development-kit/issues/129
Stunnel is not enough for proper HTTPS development so I brought back our old NGINX configuration.
Merge request reports
Activity
mentioned in commit dff579c1
584 584 ## HTTPS 585 585 586 586 If you want to access GitLab via HTTPS in development you can use 587 stunnel. The `support/workhorse-stunnel` script requires stunnel 4.0 or 588 newer. On OS X you can install stunnel with `brew install stunnel`. 587 NGINX. On OS X you can install stunnel with `brew install nginx`. Fixed in 305e7c86
Please register or sign in to reply