Skip to content
Snippets Groups Projects

Use NGINX for HTTPS development

Merged Jacob Vosmaer (GitLab) requested to merge 129-nginx-for-ssl into master

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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`.
Please register or sign in to reply
Loading