Compare commits
2 Commits
b1a1cdd088
...
8b507a7dbd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b507a7dbd
|
||
|
|
cb082d29fb
|
@@ -1,3 +1,14 @@
|
|||||||
|
location / {
|
||||||
|
proxy_pass http://localhost:5232/;
|
||||||
|
proxy_set_header X-Script-Name /radicale;
|
||||||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
proxy_set_header X-Forwarded-Host $host;
|
||||||
|
proxy_set_header X-Forwarded-Port $server_port;
|
||||||
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
|
proxy_set_header Host $http_host;
|
||||||
|
proxy_pass_header Authorization;
|
||||||
|
}
|
||||||
|
|
||||||
name: Validate Trusted Timestamps Actions Demo
|
name: Validate Trusted Timestamps Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is validating the trusted timestamps of all commits 🚀
|
run-name: ${{ gitea.actor }} is validating the trusted timestamps of all commits 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|||||||
Reference in New Issue
Block a user