source: code/trunk/example/mai.ini

Last change on this file was 71, checked in by yakumo.izuru, 7 weeks ago

今では重荷がなくなったので...

File size: 490 bytes
RevLine 
[71]1[http]
2# TCP socket to listen on.
3# Must not be already used by something else.
4listen = 127.0.0.1:5000
5# How many requests per minute are allowed
6# before a rate-limit happens.
7requests = 10
[66]8[mai]
[71]9# Drop privilege to the user and group specified.
10# When only the user is specified, the default group of the user will
11# be used.
12#
13# user = www
14# group = www
15[paths]
16# Where to locate resources such as CSS, etc
17static = ./static
18# Where to locate the pages to be served
19templates = ./views
Note: See TracBrowser for help on using the repository browser.