sampleapp/MANIFEST.in
author Christophe de Vienne <christophe@unlish.com>
Tue, 02 Sep 2014 20:50:33 +0200
changeset 11505 eca6387f5b87
parent 11483 7b7ed56bf2fb
permissions -rw-r--r--
Handle properly the '/https/*' urls CW uses a url prefix to detect https behing a reverse-proxy. A more proper way to do that is documented here in the waitress documentation (waitress is the default pyramid wsgi server): https://waitress.readthedocs.org/en/latest/#using-behind-a-reverse-proxy A later version should implement this, or use waitress in the 'pyramid' command. Related to #4291181

include *.txt *.ini *.cfg *.rst
recursive-include sampleapp *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml