diff --git a/Servers/Containerization/Docker/Compose/Collabora CODE Server.md b/Servers/Containerization/Docker/Compose/Collabora CODE Server.md index 4a99a18..8396ac9 100644 --- a/Servers/Containerization/Docker/Compose/Collabora CODE Server.md +++ b/Servers/Containerization/Docker/Compose/Collabora CODE Server.md @@ -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; } } -``` \ No newline at end of file +``` + +### Configuring Nextcloud Office +Now that the Collabora CODE Server was deployed and instructed to use the existing LetsEncrypt SSL Certificates located in ` \ No newline at end of file