mirror of
https://github.com/mjl-/mox.git
synced 2024-12-28 01:13:47 +03:00
24 lines
448 B
Text
24 lines
448 B
Text
|
Domains:
|
||
|
mox.example:
|
||
|
LocalpartCaseSensitive: false
|
||
|
Accounts:
|
||
|
mjl:
|
||
|
Domain: mox.example
|
||
|
Destinations:
|
||
|
mjl: nil
|
||
|
WebDomainRedirects:
|
||
|
redir.mox.example: mox.example
|
||
|
WebHandlers:
|
||
|
-
|
||
|
LogName: static
|
||
|
Domain: mox.example
|
||
|
PathRegexp: ^/static/
|
||
|
DontRedirectPlainHTTP: true
|
||
|
WebStatic:
|
||
|
StripPrefix: /static/
|
||
|
# This is run from the http package.
|
||
|
Root: ../testdata/web/static
|
||
|
ListFiles: true
|
||
|
ResponseHeaders:
|
||
|
X-Test: mox
|