問題タブ [gogs]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
nginx - Nginx for Gogs を使用して Debian 9 で Letsencrypt を有効にする
チュート ( https://gogs.io/docs/installation/install_from_source )の助けを借りて Gogs を VPS にインストールしました。gogs インスタンスに到達するためのサブドメイン git.mydomainname.com があり、動作します: http://git.mydomainname.comは、リバース プロキシを使用して gogs インスタンスに移動します。
Gogs を SSL で保護したいので、次のチュートリアル ( https://certbot.eff.org/#debianstretch-nginx ) を使用して LetsEncrypt をインストールします。
私はシステム管理の初心者であり、Gogs のインストール中に行ったすべてのことを理解しているとは限りません。私はNginxも初めてです(Apacheに慣れています)。
これが私が従ったプロセスです:
エラーを確認したところ、DNS A レコードは問題ありませんでした。また、フランス語の別のチュート ( https://www.grafikart.fr/formations/server-linux/nginx-ssl-letsencrypt ) を見つけて助けてくれたのですが、ウェブサイトの nginx 構成を更新する必要があることに気付きました。 、リバース プロキシを使用しているにもかかわらず (問題はここにある可能性があります)。
ご協力いただきありがとうございます。