Skip to content

Commit 815f380

Browse files
committed
updated nginx
1 parent 44b7047 commit 815f380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/sites-enabled/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ server {
2020

2121
client_max_body_size 15M;
2222

23-
location ~ ^/(react-app|static|sockjs-node/*) {
23+
location ~ ^/(react-app|static|media) {
2424
proxy_pass http://docker-react;
2525
# proxy_redirect off;
2626
# proxy_set_header Host $host;

0 commit comments

Comments
 (0)