Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 811f841

Browse files
committed
added unsaved changes
1 parent 43ece78 commit 811f841

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: nginx/ci/ci.conf

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ http {
99
include /etc/nginx/mime.types;
1010
client_max_body_size 100m;
1111

12-
upstream backend {
13-
server backend:8000;
14-
}
12+
# upstream backend {
13+
# server backend:8000;
14+
# }
1515

1616
# upstream asgiserver {
1717
# server asgiserver:9000;
@@ -43,12 +43,12 @@ http {
4343
# # proxy_redirect off;
4444
# }
4545

46-
# backend urls
47-
location ~ ^/(admin|api|media|static) {
48-
proxy_redirect off;
49-
proxy_pass http://backend;
50-
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
51-
proxy_set_header Host $http_host;
52-
}
46+
# # backend urls
47+
# location ~ ^/(admin|api|media|static) {
48+
# proxy_redirect off;
49+
# proxy_pass http://backend;
50+
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
51+
# proxy_set_header Host $http_host;
52+
# }
5353
}
5454
}

0 commit comments

Comments
 (0)