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;