Skip to content

Commit

Permalink
Merge branch 'Release02x01'
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Mar 25, 2017
2 parents 5b45b80 + 6d438dc commit d42884a
Show file tree
Hide file tree
Showing 32 changed files with 13 additions and 3,505 deletions.
6 changes: 4 additions & 2 deletions FastCGIEngineContrib/data/System/FastCGIEngineContrib.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1490124221" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1490401384" format="1.1" version="1"}%
---+!! <nop>FastCGI Engine Contrib
%$SHORTDESCRIPTION%

Expand Down Expand Up @@ -144,6 +144,8 @@ server {
error_log /var/log/nginx/foswiki-error.log;
#error_log /var/log/nginx/foswiki-error.log debug;

client_max_body_size 10M; # Set to maximum attachment size, See also ATTACHFILESIZELIMIT

location = / {
root $foswiki_root;
rewrite .* /Main/WebHome;
Expand All @@ -153,7 +155,7 @@ server {
allow all;
}

location /bin/ {
location ~ ^/bin/ {
gzip off;
#fastcgi_pass unix:/var/run/nginx/foswiki.sock;
fastcgi_pass 127.0.0.1:9000;
Expand Down
2 changes: 1 addition & 1 deletion FastCGIEngineContrib/tools/foswiki.defaults
@@ -1,6 +1,6 @@
FOSWIKI_ROOT=/home/www-data/foswiki/core
FOSWIKI_FCGI=foswiki.fcgi
FOSWIKI_BIND=127.0.0.1:9001
FOSWIKI_BIND=127.0.0.1:9000
FOSWIKI_CHILDREN=3
FOSWIKI_MAX_REQUESTS=-1
FOSWIKI_MAX_SIZE=200000
Expand Down
83 changes: 0 additions & 83 deletions core/tools/builddistros.pl

This file was deleted.

71 changes: 0 additions & 71 deletions core/tools/checkout_extensions

This file was deleted.

63 changes: 0 additions & 63 deletions core/tools/develop/cron.pl

This file was deleted.

46 changes: 0 additions & 46 deletions core/tools/develop/cron.sh

This file was deleted.

70 changes: 0 additions & 70 deletions core/tools/develop/foswiki-git-upgrade.pl

This file was deleted.

0 comments on commit d42884a

Please sign in to comment.