mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-28 12:52:58 +00:00
Clean document for Nginx configuration
This commit is contained in:
parent
a83b154cea
commit
73f21b9db2
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue