Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
earonesty committed Nov 22, 2019
1 parent 90b3478 commit 9be2cbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wsgi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ SMX_INIT=/path/to/my/config.file SMX_ROOT=/path/to/my/html/ gunicorn -w 4 smx:Sm
* This will serve up files named "index.smx" as directory listings.
* The following macros are availale:
* All cgi env vars are availalbe in %environ()
* %form(x) returns form input data, or query string, or json key
* %form(x) returns form input data, or query string
* %jq% contains the json posted dict



0 comments on commit 9be2cbf

Please sign in to comment.