From 679fdf6e35f4c969112c628478612c8da7fa20c9 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 30 Aug 2022 20:56:17 -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 a2112e9..331f1ea 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; + root /var/www/orangehrm/symfony/web; index index.php index.html index.htm; client_max_body_size 100M;