diff --git a/Nginx/Server Blocks/hr.libraryofcode.org.conf b/Nginx/Server Blocks/hr.libraryofcode.org.conf index edc3cc3..a2112e9 100644 --- a/Nginx/Server Blocks/hr.libraryofcode.org.conf +++ b/Nginx/Server Blocks/hr.libraryofcode.org.conf @@ -8,6 +8,7 @@ server { root /var/www/orangehrm; index index.php index.html index.htm; + client_max_body_size 100M; access_log /var/log/nginx/hr_access.log; error_log /var/log/nginx/hr_error.log;