Skip to content

Commit afad34b

Browse files
committed
Compose
1 parent 29a0fc4 commit afad34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/nginx/cpadashdocker.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
upstream web {
1+
upstream cpaweb {
22
ip_hash;
33
server cpaweb:8000;
44
}
55

66
server {
7-
87
location /static/ {
98
autoindex on;
109
alias /static/;
@@ -13,6 +12,7 @@ server {
1312
location / {
1413
proxy_pass http://cpaweb/;
1514
}
15+
1616
listen 8000;
1717
server_name localhost;
1818
}

0 commit comments

Comments
 (0)