Update Servers/Containerization/Docker/Compose/Collabora CODE Server.md
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 14s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 14s
This commit is contained in:
@@ -68,10 +68,10 @@ map $http_upgrade $connection_upgrade {
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name cloud.akafs.org;
|
||||
server_name cloud.bunny-lab.io;
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/cloud.akafs.org/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/cloud.akafs.org/privkey.pem;
|
||||
ssl_certificate /etc/letsencrypt/live/cloud.bunny-lab.io/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/cloud.bunny-lab.io/privkey.pem;
|
||||
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_prefer_server_ciphers on;
|
||||
@@ -98,4 +98,7 @@ server {
|
||||
proxy_request_buffering off;
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
### Configuring Nextcloud Office
|
||||
Now that the Collabora CODE Server was deployed and instructed to use the existing LetsEncrypt SSL Certificates located in `
|
||||
Reference in New Issue
Block a user