This website works better with JavaScript
首页
发现
帮助
登录
mirrors
/
nginx-proxy
镜像自地址
https://github.com/nginx-proxy/nginx-proxy.git
关注
2
点赞
0
派生
0
文件
浏览代码
TESTS: reorganize tests into subfolders
Thomas LEVEIL
8 年之前
父节点
eeed150858
当前提交
23d361d1da
共有
36 个文件被更改
,包括
0 次插入
和
0 次删除
分列视图
显示文件统计
0
0
test2/test_custom/test_defaults-location.py
0
0
test2/test_custom/test_defaults-location.yml
0
0
test2/test_custom/test_defaults.py
0
0
test2/test_custom/test_defaults.yml
0
0
test2/test_custom/test_location-per-vhost.py
0
0
test2/test_custom/test_location-per-vhost.yml
0
0
test2/test_custom/test_per-vhost.py
0
0
test2/test_custom/test_per-vhost.yml
0
0
test2/test_custom/test_proxy-wide.py
0
0
test2/test_custom/test_proxy-wide.yml
0
0
test2/test_headers/certs/web.nginx-proxy.tld.crt
0
0
test2/test_headers/certs/web.nginx-proxy.tld.key
0
0
test2/test_headers/test_http.py
0
0
test2/test_headers/test_http.yml
0
0
test2/test_headers/test_https.py
0
0
test2/test_headers/test_https.yml
0
0
test2/test_multiple-ports/test_VIRTUAL_PORT.py
0
0
test2/test_multiple-ports/test_VIRTUAL_PORT.yml
0
0
test2/test_multiple-ports/test_default-80.py
0
0
test2/test_multiple-ports/test_default-80.yml
0
0
test2/test_multiple-ports/test_single-port-not-80.py
0
0
test2/test_multiple-ports/test_single-port-not-80.yml
0
0
test2/test_ssl/certs/*.nginx-proxy.tld.crt
0
0
test2/test_ssl/certs/*.nginx-proxy.tld.key
0
0
test2/test_ssl/certs/web2.nginx-proxy.tld.crt
0
0
test2/test_ssl/certs/web2.nginx-proxy.tld.key
0
0
test2/test_ssl/certs/web3.nginx-proxy.tld.crt
0
0
test2/test_ssl/certs/web3.nginx-proxy.tld.key
0
0
test2/test_ssl/test_nohttp.py
0
0
test2/test_ssl/test_nohttp.yml
0
0
test2/test_ssl/test_nohttps.py
0
0
test2/test_ssl/test_nohttps.yml
0
0
test2/test_ssl/test_noredirect.py
0
0
test2/test_ssl/test_noredirect.yml
0
0
test2/test_ssl/test_wildcard.py
0
0
test2/test_ssl/test_wildcard.yml
+ 0
- 0
test2/test_custom/test_custom-defaults-location.py → test2/test_custom/test_defaults-location.py
查看文件
+ 0
- 0
test2/test_custom/test_custom-defaults-location.yml → test2/test_custom/test_defaults-location.yml
查看文件
+ 0
- 0
test2/test_custom/test_custom-defaults.py → test2/test_custom/test_defaults.py
查看文件
+ 0
- 0
test2/test_custom/test_custom-defaults.yml → test2/test_custom/test_defaults.yml
查看文件
+ 0
- 0
test2/test_custom/test_custom-location-per-vhost.py → test2/test_custom/test_location-per-vhost.py
查看文件
+ 0
- 0
test2/test_custom/test_custom-location-per-vhost.yml → test2/test_custom/test_location-per-vhost.yml
查看文件
+ 0
- 0
test2/test_custom/test_custom-per-vhost.py → test2/test_custom/test_per-vhost.py
查看文件
+ 0
- 0
test2/test_custom/test_custom-per-vhost.yml → test2/test_custom/test_per-vhost.yml
查看文件
+ 0
- 0
test2/test_custom/test_custom-proxy-wide.py → test2/test_custom/test_proxy-wide.py
查看文件
+ 0
- 0
test2/test_custom/test_custom-proxy-wide.yml → test2/test_custom/test_proxy-wide.yml
查看文件
+ 0
- 0
test2/certs/web.nginx-proxy.tld.crt → test2/test_headers/certs/web.nginx-proxy.tld.crt
查看文件
+ 0
- 0
test2/certs/web.nginx-proxy.tld.key → test2/test_headers/certs/web.nginx-proxy.tld.key
查看文件
+ 0
- 0
test2/test_headers_http.py → test2/test_headers/test_http.py
查看文件
+ 0
- 0
test2/test_headers_http.yml → test2/test_headers/test_http.yml
查看文件
+ 0
- 0
test2/test_headers_https.py → test2/test_headers/test_https.py
查看文件
+ 0
- 0
test2/test_headers_https.yml → test2/test_headers/test_https.yml
查看文件
+ 0
- 0
test2/test_multiple-ports-VIRTUAL_PORT.py → test2/test_multiple-ports/test_VIRTUAL_PORT.py
查看文件
+ 0
- 0
test2/test_multiple-ports-VIRTUAL_PORT.yml → test2/test_multiple-ports/test_VIRTUAL_PORT.yml
查看文件
+ 0
- 0
test2/test_multiple-ports-default-80.py → test2/test_multiple-ports/test_default-80.py
查看文件
+ 0
- 0
test2/test_multiple-ports-default-80.yml → test2/test_multiple-ports/test_default-80.yml
查看文件
+ 0
- 0
test2/test_multiple-ports-single-port-not-80.py → test2/test_multiple-ports/test_single-port-not-80.py
查看文件
+ 0
- 0
test2/test_multiple-ports-single-port-not-80.yml → test2/test_multiple-ports/test_single-port-not-80.yml
查看文件
+ 0
- 0
test2/certs/*.nginx-proxy.tld.crt → test2/test_ssl/certs/*.nginx-proxy.tld.crt
查看文件
+ 0
- 0
test2/certs/*.nginx-proxy.tld.key → test2/test_ssl/certs/*.nginx-proxy.tld.key
查看文件
+ 0
- 0
test2/certs/web2.nginx-proxy.tld.crt → test2/test_ssl/certs/web2.nginx-proxy.tld.crt
查看文件
+ 0
- 0
test2/certs/web2.nginx-proxy.tld.key → test2/test_ssl/certs/web2.nginx-proxy.tld.key
查看文件
+ 0
- 0
test2/certs/web3.nginx-proxy.tld.crt → test2/test_ssl/certs/web3.nginx-proxy.tld.crt
查看文件
+ 0
- 0
test2/certs/web3.nginx-proxy.tld.key → test2/test_ssl/certs/web3.nginx-proxy.tld.key
查看文件
+ 0
- 0
test2/test_ssl_nohttp.py → test2/test_ssl/test_nohttp.py
查看文件
+ 0
- 0
test2/test_ssl_nohttp.yml → test2/test_ssl/test_nohttp.yml
查看文件
+ 0
- 0
test2/test_ssl_nohttps.py → test2/test_ssl/test_nohttps.py
查看文件
+ 0
- 0
test2/test_ssl_nohttps.yml → test2/test_ssl/test_nohttps.yml
查看文件
+ 0
- 0
test2/test_ssl_noredirect.py → test2/test_ssl/test_noredirect.py
查看文件
+ 0
- 0
test2/test_ssl_noredirect.yml → test2/test_ssl/test_noredirect.yml
查看文件
+ 0
- 0
test2/test_ssl_wildcard.py → test2/test_ssl/test_wildcard.py
查看文件
+ 0
- 0
test2/test_ssl_wildcard.yml → test2/test_ssl/test_wildcard.yml
查看文件