|
Revision 9923, 0.7 kB
(checked in by tokuhirom, 5 years ago)
|
|
HTTPHeaders も Class::Component 化完了。
|
| Line | |
|---|
| 1 | --- |
|---|
| 2 | global: |
|---|
| 3 | storage: |
|---|
| 4 | module: DBM_File |
|---|
| 5 | file: /tmp/moxy.ndbm |
|---|
| 6 | dbm_class: NDBM_File |
|---|
| 7 | |
|---|
| 8 | plugins: |
|---|
| 9 | - module: Server::HTTPProxy |
|---|
| 10 | config: |
|---|
| 11 | port: 5880 |
|---|
| 12 | host: localhost |
|---|
| 13 | max_clients: 80 |
|---|
| 14 | timeout: 10 |
|---|
| 15 | - module: Filter::ControlPanel |
|---|
| 16 | - module: Filter::XMLisHTML |
|---|
| 17 | - module: Filter::UserAgentSwitcher |
|---|
| 18 | - module: Filter::Pictogram |
|---|
| 19 | - module: Filter::HTMLWidth |
|---|
| 20 | - module: Filter::QRCode |
|---|
| 21 | - module: Filter::RefererCutter |
|---|
| 22 | - module: Filter::ShowHTTPHeaders |
|---|
| 23 | - module: Filter::CookieCutter |
|---|
| 24 | - module: Filter::HTTPHeader |
|---|
| 25 | # - module: Filter::FlashUseImgTag |
|---|
| 26 | # - module: Filter::QRCode::Imager |
|---|
| 27 | # - module: Filter::GPS |
|---|
| 28 | # - module: Filter::DisableTableTag |
|---|
| 29 | # - module: Filter::UserID |
|---|
| 30 | |
|---|