You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Method 2: Use Higress's configuration reload endpoint (if available)
129
-
curl -X POST http://localhost:8001/api/v1/plugins/reload
130
-
131
-
# Method 3: Send SIGHUP to the Higress process (if supported)
132
-
docker exec <container_name> kill -HUP 1
133
126
```
134
127
135
-
**Note:** Higress watches configuration files in `/data/wasmplugins/` and automatically reloads when they are modified. The modification itself should trigger a reload. If not, use Method 1 (touch) to ensure the file's timestamp is updated.
128
+
**Note:** Higress watches configuration files in `/data/wasmplugins/` and automatically reloads when they are modified. Touching the file ensures the timestamp is updated to trigger the reload.
0 commit comments