merge-requests/2/head
parent
679fdf6e35
commit
9dbcc2c5c9
|
@ -6,21 +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;
|
||||
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;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php?$uri&$args;
|
||||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
include snippets/fastcgi-php.conf;
|
||||
fastcgi_pass unix:/var/run/php/php7.1-fpm.sock;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
include fastcgi_params;
|
||||
proxy_pass http://localhost:5487;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue