Add anitya.wsgi
This commit is contained in:
parent
f07d5e415a
commit
cfdf14c0be
1 changed files with 3 additions and 1 deletions
|
@ -210,7 +210,9 @@ items:
|
||||||
WSGIRestrictStdout Off
|
WSGIRestrictStdout Off
|
||||||
WSGIRestrictSignal Off
|
WSGIRestrictSignal Off
|
||||||
WSGIPythonOptimize 1
|
WSGIPythonOptimize 1
|
||||||
WSGIScriptAlias / /usr/local/lib/python3.7/anitya/wsgi.py
|
WSGIScriptAlias / /etc/anitya/anitya.wsgi
|
||||||
|
anitya.wsgi: |-
|
||||||
|
from anitya import app as application
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue