File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 208208$ conf ['nginx ' ]['vhost_conf_enabled_dir ' ] = '/etc/nginx/sites-enabled ' ;
209209$ conf ['nginx ' ]['init_script ' ] = 'nginx ' ;
210210$ conf ['nginx ' ]['vhost_port ' ] = '8080 ' ;
211- $ conf ['nginx ' ]['cgi_socket ' ] = '/var/ run/fcgiwrap.socket ' ;
211+ $ conf ['nginx ' ]['cgi_socket ' ] = '/run/fcgiwrap.sock ' ;
212212$ conf ['nginx ' ]['php_fpm_init_script ' ] = 'php-fpm ' ;
213213$ conf ['nginx ' ]['php_fpm_ini_path ' ] = '/etc/php.ini ' ;
214214$ conf ['nginx ' ]['php_fpm_pool_dir ' ] = '/etc/php-fpm.d ' ;
215215$ conf ['nginx ' ]['php_fpm_start_port ' ] = 9010 ;
216- $ conf ['nginx ' ]['php_fpm_socket_dir ' ] = '/var/lib /php-fpm ' ;
216+ $ conf ['nginx ' ]['php_fpm_socket_dir ' ] = '/run /php-fpm ' ;
217217
218218//* vlogger
219219$ conf ['vlogger ' ]['config_dir ' ] = '/etc ' ;
Original file line number Diff line number Diff line change 208208$ conf ['nginx ' ]['vhost_conf_enabled_dir ' ] = '/etc/nginx/sites-enabled ' ;
209209$ conf ['nginx ' ]['init_script ' ] = 'nginx ' ;
210210$ conf ['nginx ' ]['vhost_port ' ] = '8080 ' ;
211- $ conf ['nginx ' ]['cgi_socket ' ] = '/var/ run/fcgiwrap.socket ' ;
211+ $ conf ['nginx ' ]['cgi_socket ' ] = '/run/fcgiwrap.sock ' ;
212212$ conf ['nginx ' ]['php_fpm_init_script ' ] = 'php-fpm ' ;
213213$ conf ['nginx ' ]['php_fpm_ini_path ' ] = '/etc/php.ini ' ;
214214$ conf ['nginx ' ]['php_fpm_pool_dir ' ] = '/etc/php-fpm.d ' ;
215215$ conf ['nginx ' ]['php_fpm_start_port ' ] = 9010 ;
216- $ conf ['nginx ' ]['php_fpm_socket_dir ' ] = '/var/lib /php-fpm ' ;
216+ $ conf ['nginx ' ]['php_fpm_socket_dir ' ] = '/run /php-fpm ' ;
217217
218218//* vlogger
219219$ conf ['vlogger ' ]['config_dir ' ] = '/etc ' ;
You can’t perform that action at this time.
0 commit comments