Switch to syslog for logging messages.
authorJeremy Tan <[email protected]>
Sun, 15 Sep 2013 13:47:32 +0000 (21:47 +0800)
committerJeremy Tan <[email protected]>
Sun, 15 Sep 2013 13:47:32 +0000 (21:47 +0800)
commitce9b60fc55acd893b58bf84b3f0f7f39cffee079
tree338c3379cbc364f90ba8307f5ca33dc3d7b52eb9
parente279b48f80a9386710f6170a876601257cd6144f
Switch to syslog for logging messages.

Updated nginx and rsyslog config files are provided to
allow access to the log file from the web server, under
the location /api/log.

This WILL break nginx if you relied on symlinks to the
config file.
12 files changed:
nginx-configs/README [deleted file]
nginx-configs/fastcgi_params [deleted file]
nginx-configs/mime.types [deleted file]
nginx-configs/sites-enabled/mctxconfig [deleted file]
server-configs/README.txt [new file with mode: 0644]
server-configs/nginx/README [new file with mode: 0644]
server-configs/nginx/fastcgi_params [new file with mode: 0644]
server-configs/nginx/mime.types [new file with mode: 0644]
server-configs/nginx/sites-enabled/mctxconfig [new file with mode: 0644]
server-configs/rsyslog.d/30-mctxserv.conf [new file with mode: 0644]
server/log.c
server/main.c

UCC git Repository :: git.ucc.asn.au