gitignore

This commit is contained in:
Ara Sadoyan
2026-05-27 14:03:22 +02:00
parent 69a5167346
commit 310a554a25
3 changed files with 101 additions and 0 deletions

27
etc/ups_minimal.yaml Normal file
View File

@@ -0,0 +1,27 @@
provider: "file"
sticky_sessions: false
to_https: false
rate_limit: 100
server_headers:
- "Y-Global-Something: Yes this is something"
client_headers:
- "Access-Control-Allow-Origin:*"
- "Access-Control-Allow-Methods:POST, GET, OPTIONS"
- "Access-Control-Max-Age:86400"
- "Strict-Transport-Security:max-age=31536000; includeSubDomains; preload"
upstreams:
mip.netangels.net:
paths:
"/":
rate_limit: 200
to_https: false
servers:
- "127.0.0.1:8000"
polo.netangels.net:
paths:
"/":
to_https: false
client_headers:
- "X-Some-Thing:Yaaaaaaaaaaaaaaa"
servers:
- "192.168.1.1:8000"