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