neues docker-compose für Profuktion und Anpassungen
This commit is contained in:
@@ -10,7 +10,7 @@ server {
|
||||
gzip_min_length 1024;
|
||||
gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml+rss application/json;
|
||||
|
||||
# API proxy
|
||||
# API proxy (wird im Docker-Compose-Netzwerk aufgelöst)
|
||||
location /api/ {
|
||||
proxy_pass http://api:8000/;
|
||||
proxy_http_version 1.1;
|
||||
|
||||
Reference in New Issue
Block a user