aboutsummaryrefslogtreecommitdiff
path: root/synonymiser/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'synonymiser/.htaccess')
-rw-r--r--synonymiser/.htaccess7
1 files changed, 7 insertions, 0 deletions
diff --git a/synonymiser/.htaccess b/synonymiser/.htaccess
new file mode 100644
index 0000000..1127c93
--- /dev/null
+++ b/synonymiser/.htaccess
@@ -0,0 +1,7 @@
+Options +ExecCGI
+AddHandler cgi-script .py
+<Files /app/main.py>
+ Options +ExecCGI
+ AddHandler cgi-script .py
+ Require all granted
+</Files>