Browse Source

Merge pull request 'config' (#12) from 20220811_config into master

Reviewed-on: #12
pull/14/head
超级管理员 3 years ago
parent
commit
9c6c3da96f
  1. 1
      cron.conf
  2. 4
      httpd.template

1
cron.conf

@ -0,0 +1 @@
* * * * * /usr/bin/php /var/www/html/queue/cron_monitor.php

4
httpd.template.txt → httpd.template

@ -353,8 +353,8 @@ EnableSendfile on
# Load config files in the "/etc/httpd/conf.d" directory, if any.
IncludeOptional conf.d/*.conf
# 11782 端口号填写为slb或容器(slb端口号=容器端口号)的端口号
<VirtualHost *:11782>
# 11785 端口号填写为slb或容器(slb端口号=容器端口号)的端口号
<VirtualHost *:11785>
ServerName kuaileorder.gavinlau.cn
DocumentRoot /var/www/html
Loading…
Cancel
Save