Python support

fixes #34
This commit is contained in:
Szekeres Bálint
2018-12-02 21:36:18 +01:00
parent 382aaf32a4
commit d4f3111c12
6 changed files with 104 additions and 2 deletions

View File

@@ -57,6 +57,18 @@ server {<!--
try_files $uri $uri/ /index.php?$query_string;
}</span><!--
✔ Python --><span ng-if="isPython()">
# Python
location / {<!--
✔ modularized --><span ng-if="isModularized()">
include nginxconfig.io/python_uwsgi.conf;</span><!--
✔ unified --><span ng-if="isUnified()">
<!-- --> <ng-include ng-include-tabs="3" src="'templates/conf/nginxconfig.io/python_uwsgi.conf.html?v=COMMIT_HASH'" onload="refreshHighlighting()"></ng-include></span>
}</span><!--
✔ Reverse proxy --><span ng-if="isProxy()">
# reverse proxy