ソースを参照

fix apidoc domain

lushuncheng 6 年 前
コミット
4418c86dfe
1 ファイル変更1 行追加1 行削除
  1. 1 1
      config/nginx/conf.d/yapi.conf

+ 1 - 1
config/nginx/conf.d/yapi.conf

@@ -1,6 +1,6 @@
 server {
     listen 80;
-    server_name apidoc.proginn.com;
+    server_name apidoc.test.proginn.com;
     set $temp_request_id $http_x_request_id;
     if ($temp_request_id = "") {
         set $temp_request_id $request_id;