From 73f21b9db24486fb776836f2fbaea2c8efe6b4e6 Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Fri, 15 Mar 2024 12:34:33 +0800 Subject: [PATCH] Clean document for Nginx configuration --- manual/deploy/https_with_nginx.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/manual/deploy/https_with_nginx.md b/manual/deploy/https_with_nginx.md index 1c03a77c..7c2f09b4 100644 --- a/manual/deploy/https_with_nginx.md +++ b/manual/deploy/https_with_nginx.md @@ -175,14 +175,6 @@ Follow the instructions on the screen. Upon successful verification, Certbot saves the certificate files in a directory named after the host name in ```/etc/letsencrypt/live```. For the host name seafile.example.com, the files are stored in `/etc/letsencrypt/live/seafile.example.com`. -### Enabling SSL module of Nginx (optional) - -If your Nginx does not support SSL, you need to recompile it. Use the following command: - -```bash -$ ./configure --with-http_stub_status_module --with-http_ssl_module - make && make install -``` ### Modifying Nginx configuration file