+ python projects nginx example config and postgis and additional python server docker examples
This commit is contained in:
@ -22,7 +22,14 @@ server {
|
||||
|
||||
root $python_root;
|
||||
|
||||
location @media_proxy {
|
||||
proxy_pass $uploads_upstream;
|
||||
proxy_ssl_server_name on;
|
||||
}
|
||||
|
||||
location ~ /media {
|
||||
root $python_root;
|
||||
try_files $uri @media_proxy;
|
||||
expires max;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user