lushuncheng vor 6 Jahren
Ursprung
Commit
4b72e573aa
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;
     }