Add 'antd-config.ini'
This commit is contained in:
parent
6a5c4e2d2f
commit
4da4f14075
49
antd-config.ini
Normal file
49
antd-config.ini
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
[SERVER]
|
||||||
|
plugins=/opt/www/lib/
|
||||||
|
plugins_ext=.so
|
||||||
|
database=/app/data/database/
|
||||||
|
tmpdir=/app/data/tmp/
|
||||||
|
maxcon=500
|
||||||
|
backlog=5000
|
||||||
|
workers = 4
|
||||||
|
max_upload_size = 20000000
|
||||||
|
gzip_enable = 1
|
||||||
|
gzip_types = text\/.*,.*\/css,.*\/json,.*\/javascript
|
||||||
|
|
||||||
|
[PORT:80]
|
||||||
|
htdocs=/opt/www/htdocs
|
||||||
|
ssl.enable=0
|
||||||
|
^/os/(.*)$ = /os/router.lua?r=<1>&<query>
|
||||||
|
|
||||||
|
[AUTOSTART]
|
||||||
|
plugin = tunnel
|
||||||
|
|
||||||
|
[MIMES]
|
||||||
|
image/bmp=bmp
|
||||||
|
image/jpeg=jpg,jpeg
|
||||||
|
text/css=css
|
||||||
|
text/markdown=md
|
||||||
|
text/csv=csv
|
||||||
|
application/pdf=pdf
|
||||||
|
image/gif=gif
|
||||||
|
text/html=html,htm,chtml
|
||||||
|
application/json=json
|
||||||
|
application/javascript=js
|
||||||
|
image/png=png
|
||||||
|
image/x-portable-pixmap=ppm
|
||||||
|
application/x-rar-compressed=rar
|
||||||
|
image/tiff=tiff
|
||||||
|
application/x-tar=tar
|
||||||
|
text/plain=txt
|
||||||
|
application/x-font-ttf=ttf
|
||||||
|
application/xhtml+xml=xhtml
|
||||||
|
application/xml=xml
|
||||||
|
application/zip=zip
|
||||||
|
image/svg+xml=svg
|
||||||
|
application/vnd.ms-fontobject=eot
|
||||||
|
application/x-font-woff=woff,woff2
|
||||||
|
application/x-font-otf=otf
|
||||||
|
audio/mpeg=mp3,mpeg
|
||||||
|
|
||||||
|
[FILEHANDLER]
|
||||||
|
lua = lua
|
Loading…
Reference in New Issue
Block a user