mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 03:07:20 +08:00
feat: 反向代理支持更多设置
This commit is contained in:
@@ -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 协议版本选项
|
||||
|
||||
Reference in New Issue
Block a user