updated documentation
Deploy to Production / deploy (push) Successful in 6s

This commit is contained in:
Илья Глазунов
2025-12-08 01:01:45 +03:00
parent 7e1846276e
commit 58660ec8d4
22 changed files with 1091 additions and 17 deletions
+12
View File
@@ -27,6 +27,18 @@ extensions:
- "X-Forwarded-For: $remote_addr"
- "X-Real-IP: $remote_addr"
"=/api/blog/posts":
proxy_pass: "https://git.pyserve.org/api/v1/repos/Shifty/docs.pyserve.org/releases"
headers:
- "X-Forwarded-For: $remote_addr"
- "X-Real-IP: $remote_addr"
"~^/api/blog/post/(?P<tag>.+)$":
proxy_pass: "https://git.pyserve.org/api/v1/repos/Shifty/docs.pyserve.org/releases/tags/{tag}"
headers:
- "X-Forwarded-For: $remote_addr"
- "X-Real-IP: $remote_addr"
"~*\\.(css)$":
root: "./docs"
cache_control: "public, max-age=3600"