Update icehrm docker production setup
This commit is contained in:
@@ -4,8 +4,8 @@ ini_set('error_log', 'data/icehrm.log');
|
||||
define('CLIENT_NAME', 'icehrm');
|
||||
define('APP_BASE_PATH', '/var/www/html/core/');
|
||||
define('CLIENT_BASE_PATH', '/var/www/html/app/');
|
||||
define('BASE_URL','http://localhost/web/');
|
||||
define('CLIENT_BASE_URL','http://localhost/app/');
|
||||
define('BASE_URL','http://localhost:8070/web/');
|
||||
define('CLIENT_BASE_URL','http://localhost:8070/app/');
|
||||
|
||||
define('APP_DB', 'icehrm');
|
||||
define('APP_USERNAME', 'prod');
|
||||
|
||||
@@ -30,8 +30,8 @@ http {
|
||||
|
||||
# Default server definition
|
||||
server {
|
||||
listen [::]:80 default_server;
|
||||
listen 80 default_server;
|
||||
listen [::]:8070 default_server;
|
||||
listen 8070 default_server;
|
||||
server_name _;
|
||||
|
||||
sendfile off;
|
||||
|
||||
Reference in New Issue
Block a user