From 0a6ac686f47858f7918a890709837bb62ecdf3a7 Mon Sep 17 00:00:00 2001 From: Willi Mutschler Date: Thu, 27 Oct 2022 12:59:28 +0200 Subject: [PATCH] Replaced site-confs/default with site-confs/default.conf in README --- README.md | 4 ++-- readme-vars.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b067b2..acadbb0 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Note: Both `occ` and `updater.phar` can be run without prepending with `sudo -u If you are not customizing our default nginx configuration you will need to remove the file: ``` -/config/nginx/site-confs/default +/config/nginx/site-confs/default.conf ``` Then restart the container to replace it with the latest one. @@ -260,7 +260,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 * **30.09.22:** - Disabled `output_buffering` as per [nextcloud docs](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html * **21.05.22:** - Update version check endpoint. * **28.04.22:** - Increase OPCache interned strings buffered setting to 16. -* **14.04.22:** - Nginx default site config updated for v23 (existing users should delete `/config/nginx/site-confs/default` and restart the container). Fix LDAP connection. +* **14.04.22:** - Nginx default site config updated for v23 (existing users should delete `/config/nginx/site-confs/default.conf` and restart the container). Fix LDAP connection. * **11.09.21:** - Rebasing to alpine 3.14 * **21.03.21:** - Publish `php8` tag for testing. * **25.02.21:** - Nginx default site config updated for v21 (existing users should delete `/config/nginx/site-confs/default.conf` and restart the container). diff --git a/readme-vars.yml b/readme-vars.yml index 35fbe34..c9d4a70 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -64,7 +64,7 @@ app_setup_block: | If you are not customizing our default nginx configuration you will need to remove the file: ``` - /config/nginx/site-confs/default + /config/nginx/site-confs/default.conf ``` Then restart the container to replace it with the latest one. @@ -81,7 +81,7 @@ changelogs: - { date: "30.09.22:", desc: "Disabled `output_buffering` as per [nextcloud docs](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html" } - { date: "21.05.22:", desc: "Update version check endpoint." } - { date: "28.04.22:", desc: "Increase OPCache interned strings buffered setting to 16." } - - { date: "14.04.22:", desc: "Nginx default site config updated for v23 (existing users should delete `/config/nginx/site-confs/default` and restart the container). Fix LDAP connection." } + - { date: "14.04.22:", desc: "Nginx default site config updated for v23 (existing users should delete `/config/nginx/site-confs/default.conf` and restart the container). Fix LDAP connection." } - { date: "11.09.21:", desc: "Rebasing to alpine 3.14" } - { date: "21.03.21:", desc: "Publish `php8` tag for testing." } - { date: "25.02.21:", desc: "Nginx default site config updated for v21 (existing users should delete `/config/nginx/site-confs/default.conf` and restart the container)." }