From 6c151bca8c1d5568f22bca7dcc323e3b6325fab5 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 30 Aug 2022 20:43:00 -0400 Subject: [PATCH] . --- Nginx/Server Blocks/hr.libraryofcode.org.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nginx/Server Blocks/hr.libraryofcode.org.conf b/Nginx/Server Blocks/hr.libraryofcode.org.conf index 57db927..99d14e6 100644 --- a/Nginx/Server Blocks/hr.libraryofcode.org.conf +++ b/Nginx/Server Blocks/hr.libraryofcode.org.conf @@ -6,7 +6,7 @@ server { ssl_certificate /etc/nginx/ssl/org.chain.crt; ssl_certificate_key /etc/nginx/ssl/org.key.pem; - root /var/www/orangehrm/symfony/web; + root /var/www/orangehrm; index index.php index.html index.htm; access_log /var/log/nginx/hr_access.log;