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
ファイルの表示