mirror of
https://github.com/sadoyan/aralez.git
synced 2026-06-13 10:44:09 +08:00
cleanup
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -5,12 +5,8 @@
|
|||||||
*.dll
|
*.dll
|
||||||
*.exe
|
*.exe
|
||||||
*.sh
|
*.sh
|
||||||
/docs/
|
*.yaml
|
||||||
/docs
|
/docs
|
||||||
/etc
|
|
||||||
/etc/
|
|
||||||
etc
|
|
||||||
.etc/
|
|
||||||
assets/
|
assets/
|
||||||
assets
|
assets
|
||||||
/target/
|
/target/
|
||||||
@@ -26,4 +22,5 @@ crashlytics.properties
|
|||||||
crashlytics-build.properties
|
crashlytics-build.properties
|
||||||
/target
|
/target
|
||||||
/z_shpo
|
/z_shpo
|
||||||
|
/configs
|
||||||
Makefile
|
Makefile
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ version = "0.92.10"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Reverse proxy built on top of Cloudflare's Pingora"
|
description = "Reverse proxy built on top of Cloudflare's Pingora"
|
||||||
exclude = ["etc/*"]
|
exclude = ["configs/*"]
|
||||||
repository = "https://github.com/sadoyan/aralez"
|
repository = "https://github.com/sadoyan/aralez"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
provider: "file"
|
|
||||||
globals:
|
|
||||||
headers:
|
|
||||||
- "Access-Control-Allow-Origin:*"
|
|
||||||
- "Access-Control-Allow-Methods:POST, GET, OPTIONS"
|
|
||||||
- "Access-Control-Max-Age:86400"
|
|
||||||
- "X-Custom-Header:Something Special"
|
|
||||||
upstreams:
|
|
||||||
myip.netangels.net:
|
|
||||||
paths:
|
|
||||||
"/":
|
|
||||||
ssl: false
|
|
||||||
headers:
|
|
||||||
- "X-Proxy-From:Aralez"
|
|
||||||
servers:
|
|
||||||
- "192.168.221.213:8000"
|
|
||||||
- "192.168.221.214:8000"
|
|
||||||
- "192.168.221.210:8000"
|
|
||||||
- "192.168.221.212:8000"
|
|
||||||
Reference in New Issue
Block a user