We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2bd866 + 3475943 commit 453eed3Copy full SHA for 453eed3
Dockerfile
@@ -194,7 +194,7 @@ ADD config/request.lua /srv/mapserver/config/request.lua
194
USER www
195
196
ENV DEBUG=0
197
-ENV MIN_PROCS=4
+ENV MIN_PROCS=8
198
ENV MAX_PROCS=8
199
ENV MAX_LOAD_PER_PROC=1
200
ENV IDLE_TIMEOUT=20
config/lighttpd.conf
@@ -2,7 +2,9 @@ server.modules += ( "mod_setenv" )
2
server.modules += ( "mod_fastcgi" )
3
server.modules += ( "mod_rewrite" )
4
server.modules += ( "mod_magnet" )
5
+server.modules += ( "mod_indexfile" )
6
7
+index-file.names = ( "index.html" )
8
server.document-root = "/var/www/"
9
server.port = 80
10
server.tag = ""
0 commit comments