Explorar el Código

fix apidoc domain

lushuncheng hace 6 años
padre
commit
4418c86dfe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;