- Dockerfile +1 -1
- wd.conf +4 -4
Dockerfile
CHANGED
|
@@ -29,4 +29,4 @@ COPY --chown=pn . .
|
|
| 29 |
|
| 30 |
# RUN cat /etc/nginx/nginx.conf
|
| 31 |
|
| 32 |
-
CMD service nginx start
|
|
|
|
| 29 |
|
| 30 |
# RUN cat /etc/nginx/nginx.conf
|
| 31 |
|
| 32 |
+
# CMD service nginx start
|
wd.conf
CHANGED
|
@@ -7,11 +7,11 @@ server {
|
|
| 7 |
# Serve GRADIO 7860
|
| 8 |
proxy_pass https://wd.bible/;
|
| 9 |
|
| 10 |
-
proxy_redirect https://wd.bible/ /;
|
| 11 |
|
| 12 |
-
proxy_set_header User-Agent $http_user_agent;
|
| 13 |
-
proxy_set_header X-Real-IP $remote_addr;
|
| 14 |
-
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
| 15 |
|
| 16 |
sub_filter https://wd.bible https://huiiz-wd.hf.space;
|
| 17 |
}
|
|
|
|
| 7 |
# Serve GRADIO 7860
|
| 8 |
proxy_pass https://wd.bible/;
|
| 9 |
|
| 10 |
+
# proxy_redirect https://wd.bible/ /;
|
| 11 |
|
| 12 |
+
# proxy_set_header User-Agent $http_user_agent;
|
| 13 |
+
# proxy_set_header X-Real-IP $remote_addr;
|
| 14 |
+
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
| 15 |
|
| 16 |
sub_filter https://wd.bible https://huiiz-wd.hf.space;
|
| 17 |
}
|