Check-in [a9c2207fd7]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:minor scgi fixes
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a9c2207fd776447b165b284ef10fd5fa39a8aaea
User & Date: aldo 2016-12-11 14:36:59
Context
2016-12-11
14:39
minor scgi fixes check-in: 863850b1b1 user: aldo tags: trunk
14:36
minor scgi fixes check-in: a9c2207fd7 user: aldo tags: trunk
14:36
minor scgi fixes check-in: c1a0ba8bf0 user: aldo tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to scgi.sls.

132
133
134
135
136
137
138
139
140
141
;; or just configure nginx with something like this:
;; location /chez {
;; 	include scgi_params;
;; 	scgi_pass localhost:8088;
;; 	scgi_param SCRIPT_NAME "/chez";
;; }

;; and point your browser to http://localhost/8088

|#







|


132
133
134
135
136
137
138
139
140
141
;; or just configure nginx with something like this:
;; location /chez {
;; 	include scgi_params;
;; 	scgi_pass localhost:8088;
;; 	scgi_param SCRIPT_NAME "/chez";
;; }

;; and point your browser to http://localhost:8088/chez

|#