Last change
on this file since 69 was 67, checked in by yakumo.izuru, 16 months ago |
リファクタリングと再設計
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
1003 bytes
|
Line | |
---|
1 | [marisa]
|
---|
2 | # TCP or Unix socket to listen on.
|
---|
3 | # When the Unix socket is used, the content will be served through FastCGI
|
---|
4 | # listen = /var/run/marisa.sock
|
---|
5 | # listen = 127.0.0.1:9000
|
---|
6 |
|
---|
7 | # Drop privilege to the user and group specified.
|
---|
8 | # When only the user is specified, the default group of the user
|
---|
9 | # will be used.
|
---|
10 | # user = www
|
---|
11 | # group = www
|
---|
12 |
|
---|
13 | # Change the root directory to the following directory.
|
---|
14 | # When a chroot(2) is set, all paths must be given according to it.
|
---|
15 | # Note: the configuration file is read before it happens
|
---|
16 | # chroot =
|
---|
17 | [www]
|
---|
18 | # baseuri = http://127.0.0.1:9000
|
---|
19 |
|
---|
20 | # Path to the resources used by the server, must take into account
|
---|
21 | # the chroot is set
|
---|
22 | # rootdir = ./static
|
---|
23 | # tmplpath = ./templates
|
---|
24 | # filepath = ./files
|
---|
25 | # metapath = ./meta
|
---|
26 |
|
---|
27 | # URI context that files will be served on
|
---|
28 | # filectx = /f/
|
---|
29 |
|
---|
30 | # Maximum per-file upload size (in bytes)
|
---|
31 | # maxsize = 536870912 # 512 MiB
|
---|
32 |
|
---|
33 | # Default expiration time (in seconds).
|
---|
34 | # An expiration time of 0 seconds means no expiration.
|
---|
35 | # expiry = 86400 # 24 hours
|
---|
Note:
See
TracBrowser
for help on using the repository browser.