From e7c022d5f5af811a58d9f7977171f4b23f8b4ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 27 May 2023 09:10:08 +0200 Subject: [PATCH] Update doc/ADMIN.md Co-authored-by: Alexandre Aubin --- doc/ADMIN.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 0ff5eab..6269999 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -18,3 +18,7 @@ Once logged in SFTP, under the Web directory, you will see a `www` folder which ### Forgot your SFTP password? If you forgot your SFTP password, you can change it in YunoHost's webadmin interface in `Apps > My webapp > My Webapp configuration`. + +### Customizing the nginx configuration + +If you want to add tweak the nginx configuration for this app, it is recommended to edit `/etc/nginx/conf.d/__DOMAIN__.d/__ID__.d/WHATEVER_NAME.conf` (ensure that the file has the `.conf` extension) and reload the nginx after making sure that the configuration is valid using `nginx -t`.