You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the hosts file for hiproxy is normally placed in project directory, or other (user specified) directory. Hiproxy would looking for, load and parse the hosts file in project directories, **but not do with OS one**.
29
29
30
30
<br/>
31
31
32
-
### hiproxy的rewrite配置文件完全兼容Nginx配置吗?
32
+
### Is the rewrite configuration file for hiproxy fully compatible with Nginx configuration?
The rewrite configuration for rewrite has similar syntax of Nginx configuration. The core syntax is consistent with the syntax of Nginx, but there are also some syntax are specific to hiproxy. They are not exactly consistent with Nginx syntax. For example:
In addition, some directives come from Nginx which do simular things, such as `proxy_pass`, `set`, `ssl_certificate` and `ssl_certificate_key`, etc. In any case they **cannot promise that all details are same as Nginx directives.**Please see [Directive](../rewrite/directive.html) for more information.
49
49
50
50
<br/>
51
51
52
-
### hiproxy多个项目中的不同配置文件使用相同的域名吗?
52
+
### Are different configuration file used in multiple hiproxy projects using the same domain name?
You can set rules for the same domain name in configuration files of different projects. Hiproxy can merge all rules about the same domains. If there is conflict, later loaded rules would rewrite earlier rules.
57
57
58
58
<br/>
59
59
60
-
### hiproxy怎么处理多个配置文件中的规则冲突?
61
-
62
-
详细的配置规则处理文档正在编写。
60
+
### How does hiproxy handle the conflict between multiple configuraton files?
63
61
62
+
Some soon.
64
63
65
64
<br/>
66
65
67
-
### hiproxy根证书怎么获取/导入?
66
+
### How to get/import root certificate of hiproxy?
By default, when the https request is forwading, hiproxy will **generate the certifiate automatically** and use customized CA certificate signature. The users should import root certificate of hiproxy.
76
75
77
-
如果用户需要使用自定义的证书,可以·使用hiproxy提供的指令来配置:
76
+
If you use customized certificate, ou can use some hiproxy directive for configurating:
0 commit comments