From 6d04ba74279e3e8011a60bde17b2ae4e2a752fa0 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 9 Sep 2022 15:17:58 -0400 Subject: add web app --- extra/wsgi-coupons.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 extra/wsgi-coupons.conf (limited to 'extra/wsgi-coupons.conf') diff --git a/extra/wsgi-coupons.conf b/extra/wsgi-coupons.conf new file mode 100644 index 0000000..1a3b17c --- /dev/null +++ b/extra/wsgi-coupons.conf @@ -0,0 +1,7 @@ +WSGIScriptAlias /coupons /usr/libexec/coupons/coupons_web.py +# The application will try to use a "coupons" directory underneath here. +# You should make the coupons directory beforehand, and set permissions for apache to write to it. +SetEnv XDG_CACHE_HOME /var/cache/apache2 + + Require all granted + -- cgit