【发布时间】:2018-11-02 20:24:31
【问题描述】:
我有一个来自数字海洋跑步的一键安装的 gitlab droplet。我希望使用本指南中的letsencrypt来保护它:https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04
gitlab 的 webroot 在哪里?我通常会查看 /var/www/... 但没有这样的东西。我需要运行这个脚本:./letsencrypt-auto certonly -a webroot --webroot-path=/usr/share/nginx/html -d example.com -d www.example.com
gitlab的内嵌/usr/share/nginx/html目录在哪里?
谢谢
【问题讨论】:
标签: ssl nginx gitlab digital-ocean lets-encrypt