aboutsummaryrefslogtreecommitdiff
path: root/synonymiser/.htaccess
blob: 1127c93ab5e08d4741d82cfa370710bf6da0429c (plain)
1
2
3
4
5
6
7
Options +ExecCGI
AddHandler cgi-script .py
<Files /app/main.py>
	Options +ExecCGI
	AddHandler cgi-script .py
	Require all granted
</Files>