From e3df7b4355a6a8c53b522974f21f7158654219c1 Mon Sep 17 00:00:00 2001 From: Roberto Marzialetti Date: Fri, 19 Apr 2024 11:37:59 +0200 Subject: [PATCH] Update page.md Remove non-sense link --- .../06.changing-the-user-account-lucee-uses/page.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/04.guides/02.installing-lucee/05.installation-linux/06.changing-the-user-account-lucee-uses/page.md b/docs/04.guides/02.installing-lucee/05.installation-linux/06.changing-the-user-account-lucee-uses/page.md index d43fdd899..f10b672c3 100644 --- a/docs/04.guides/02.installing-lucee/05.installation-linux/06.changing-the-user-account-lucee-uses/page.md +++ b/docs/04.guides/02.installing-lucee/05.installation-linux/06.changing-the-user-account-lucee-uses/page.md @@ -35,7 +35,7 @@ Example Usage (RedHat/CentOS): If you change the Lucee to something other then the ROOT user, you need to configure your sites to allow write access from whatever the Lucee user is. This will allow Lucee/Tomcat to write the WEB-INF files to that directory. If you don't want the Lucee/Tomcat user to have write access to your site directory, you'll need to create the WEB-INF directory yourself and at least provide write access to that WEB-INF directory. -To show how this is done, let's use the "apache" user again, like we did above. If our site directory is /home/admin/[www.sitename.com](http://www.sitename.com/)/, we'll need to create the directory and assign permissions to it so that the "apache" user can write to it. We can do that with this command: +To show how this is done, let's use the "apache" user again, like we did above. If our site directory is /home/admin/www.sitename.com/, we'll need to create the directory and assign permissions to it so that the "apache" user can write to it. We can do that with this command: Example Usage (Debian/Ubuntu/Mint): @@ -44,4 +44,4 @@ Example Usage (Debian/Ubuntu/Mint): Do that for each site you've configured in your tomcat server.xml file. After you've got a WEB-INF directory in every site with permissions adjusted on each of them, don't forget to restart Lucee/Tomcat! - $ sudo /opt/lucee/lucee_ctl restart \ No newline at end of file + $ sudo /opt/lucee/lucee_ctl restart