Browse Source

config

pull/12/head
13146336667 3 years ago
parent
commit
a937a21cfc
  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