+ python services and python nginx conf example
+ also example of Dockerfile for python project and needed to place onto your project directory
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
map $http_host $python_upstream {
|
||||
someproject.local.wpstudio.ru http://workspace74:8000;
|
||||
someproject.local.wpstudio.ru http://python-someproject:8000;
|
||||
}
|
||||
|
||||
map $http_host $python_root {
|
||||
|
Reference in New Issue
Block a user