Oprava uwsgi configu pro Python 3

This commit is contained in:
Pavel Turinsky (VM) 2020-08-19 09:17:42 +02:00
parent f7738dfbd5
commit cda25efcd6
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ chdir = /akce/mam/www/mamweb-prod/
home = /akce/mam/www/mamweb-prod/
module = mamweb.wsgi
plugin = python
plugin = python3
virtualenv = env
master = True
vacuum = True

View file

@ -5,7 +5,7 @@ chdir = /akce/mam/www/mamweb-test/
home = /akce/mam/www/mamweb-test/
module = mamweb.wsgi
plugin = python
plugin = python3
virtualenv = env
master = True
vacuum = True