fuyu 4 年 前
コミット
b446d0cd0f
4 ファイル変更14 行追加0 行削除
  1. 0 0
      http.d/byc.conf
  2. 0 0
      http.d/fdfs_tracker.conf
  3. 7 0
      https.d/byc copy.conf
  4. 7 0
      https.d/byc.conf

+ 0 - 0
conf.d/byc.conf → http.d/byc.conf


+ 0 - 0
conf.d/fdfs_tracker.conf → http.d/fdfs_tracker.conf


+ 7 - 0
https.d/byc copy.conf

@@ -0,0 +1,7 @@
+server {
+  listen       19600;
+  access_log  /data/logs/nginx/byc/access.log;
+  error_log   /data/logs/nginx/byc/error.log; 
+  index	index.html index.htm;
+  root /data/www/byc;
+}

+ 7 - 0
https.d/byc.conf

@@ -0,0 +1,7 @@
+server {
+  listen       19600;
+  access_log  /data/logs/nginx/byc/access.log;
+  error_log   /data/logs/nginx/byc/error.log; 
+  index	index.html index.htm;
+  root /data/www/byc;
+}