mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
python_ver
This commit is contained in:
parent
2b505ae404
commit
787f12c468
6 changed files with 7 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
location = {{ lokole_url }}/favicon.ico {
|
location = {{ lokole_url }}/favicon.ico {
|
||||||
alias /library/lokole/venv/lib/python3.8/site-packages/opwen_email_client/webapp/static/favicon.ico;
|
alias /library/lokole/venv/lib/python{{ python_ver }}/site-packages/opwen_email_client/webapp/static/favicon.ico;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/{{ lokole_url }}/static/(.*)$ {
|
location ~ ^/{{ lokole_url }}/static/(.*)$ {
|
||||||
alias /library/lokole/venv/lib/python3.8/site-packages/opwen_email_client/webapp/static/$1;
|
alias /library/lokole/venv/lib/python{{ python_ver }}/site-packages/opwen_email_client/webapp/static/$1;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /{{ lokole_url }}/ {
|
location /{{ lokole_url }}/ {
|
||||||
|
|
|
@ -24,3 +24,4 @@ sshd_service: ssh
|
||||||
php_version: 7.3
|
php_version: 7.3
|
||||||
postgresql_version: 11
|
postgresql_version: 11
|
||||||
systemd_location: /lib/systemd/system
|
systemd_location: /lib/systemd/system
|
||||||
|
python_ver: 3.7
|
||||||
|
|
|
@ -24,3 +24,4 @@ sshd_service: ssh
|
||||||
php_version: 7.4
|
php_version: 7.4
|
||||||
postgresql_version: 13
|
postgresql_version: 13
|
||||||
systemd_location: /lib/systemd/system
|
systemd_location: /lib/systemd/system
|
||||||
|
python_ver: 3.9
|
||||||
|
|
|
@ -28,3 +28,4 @@ php_version: 7.4
|
||||||
# "postgresql_version: 11.2" failed (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
|
# "postgresql_version: 11.2" failed (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
|
||||||
postgresql_version: 12
|
postgresql_version: 12
|
||||||
systemd_location: /lib/systemd/system
|
systemd_location: /lib/systemd/system
|
||||||
|
python_ver: 3.8
|
||||||
|
|
|
@ -26,3 +26,4 @@ php_version: 7.4
|
||||||
# "postgresql_version: 11.2" failed (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
|
# "postgresql_version: 11.2" failed (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
|
||||||
postgresql_version: 12
|
postgresql_version: 12
|
||||||
systemd_location: /lib/systemd/system
|
systemd_location: /lib/systemd/system
|
||||||
|
python_ver: 3.8
|
||||||
|
|
|
@ -26,3 +26,4 @@ php_version: 7.4 # 2020-04-22: Will Ubuntu 21.10 require 8.0?
|
||||||
# "postgresql_version: 11.2" failed (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
|
# "postgresql_version: 11.2" failed (too detailed for /etc/systemd/system/postgresql-iiab.service on Ubuntu 19.04)
|
||||||
postgresql_version: 13 # 2020-04-22: Will Ubuntu 21.10 require 14?
|
postgresql_version: 13 # 2020-04-22: Will Ubuntu 21.10 require 14?
|
||||||
systemd_location: /lib/systemd/system
|
systemd_location: /lib/systemd/system
|
||||||
|
python_ver: 3.9
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue