mirror of https://github.com/MISP/misp-dashboard
wsgi definition for Apache mod_wsgi
parent
5050a6927f
commit
12b078a2e9
|
@ -0,0 +1,4 @@
|
|||
import sys,os,os.path
|
||||
sys.path.insert(0, os.path.dirname(__file__))
|
||||
os.environ["DASH_CONFIG"] = os.path.join(os.path.dirname(__file__), "config")
|
||||
from server import app as application
|
Loading…
Reference in New Issue