docker
parent
154a12c6f6
commit
989b1d1b9e
10
nginx.conf
10
nginx.conf
|
@ -1,11 +1,11 @@
|
|||
server {
|
||||
listen 80;
|
||||
|
||||
location /api/ { # api server
|
||||
client_max_body_size 0;
|
||||
proxy_http_version 1.0;
|
||||
proxy_pass http://zeitadler-dashboard-api/;
|
||||
}
|
||||
#location /api/ { # api server
|
||||
# client_max_body_size 0;
|
||||
# proxy_http_version 1.0;
|
||||
# proxy_pass http://zeitadler-dashboard-api/;
|
||||
#}
|
||||
|
||||
location / { # frontend
|
||||
root /usr/share/nginx/html;
|
||||
|
|
Loading…
Reference in New Issue