lushuncheng 6 anni fa
parent
commit
4b72e573aa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      config/nginx/template/proginn.nginx.conf

+ 1 - 1
config/nginx/template/proginn.nginx.conf

@@ -253,7 +253,7 @@ server {
     if ($temp_request_id = "") {
         set $temp_request_id $request_id;
     }
-    location /api/admin {
+    location /api {
         proxy_pass http://127.0.0.1;
         proxy_set_header Host {{domain}}.test.proginn.com;
     }