[Koha-bugs] [Bug 9316] Add Nginx install options with plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 2 20:27:03 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9316

--- Comment #13 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Found a fix for the above missing supplementary files.

Looking at the below error in /var/log/nginx/error.log:

2013/01/02 19:16:59 [error] 1192#0: *135 open()
"/home/koha/kohaclone/koha-tmpl/intranet-tmpl/intranet-tmpl/prog/en/includes/favicon.ico"
failed (2: No such file or directory), client: 192.168.0.10, server:
plack.koha-ptfs.eu, request: "GET /intranet-tmpl/prog/en/includes/favicon.ico
HTTP/1.1", host: "plack.koha-ptfs.eu"

I noted that is looked as though an extra '/intranet-tmpl/' was appearing in
the directory tree.  I edited the koha-nginx.conf file removing '/opac-tmpl/'
from line 18 and '/intranet-tmpl/' from line 42.

I'm not expert in nginx config file though.. so hopefully you'll spot if that's
not the way it should be.  This is all on a dev install still.. I'll also test
with a from scratch install using the production install mechanism.

Also.. is the plDebug bar meant to display be default in a plack install (or
have I somehow inadvertently added a debug environment variable without meaning
to?)

Martin

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list