2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 03:07:20 +08:00

feat: 反向代理支持更多设置

This commit is contained in:
2026-01-29 22:12:55 +08:00
parent c9783118f5
commit dd7d1ed490

View File

@@ -411,7 +411,10 @@ const useStaleOptions = [
const cacheMethodOptions = [
{ label: 'GET', value: 'GET' },
{ label: 'HEAD', value: 'HEAD' },
{ label: 'POST', value: 'POST' }
{ label: 'POST', value: 'POST' },
{ label: 'PUT', value: 'PUT' },
{ label: 'PATCH', value: 'PATCH' },
{ label: 'DELETE', value: 'DELETE' }
]
// HTTP 协议版本选项