tambah webhook
This commit is contained in:
@@ -62,6 +62,13 @@ server {
|
||||
try_files $uri =404;
|
||||
}
|
||||
|
||||
# ── GitHub Webhook Deploy ─────────────────────────────────────────────────
|
||||
location /hooks/ {
|
||||
proxy_pass http://ecert_webhook:9000/hooks/;
|
||||
proxy_set_header Host $host;
|
||||
proxy_read_timeout 60s;
|
||||
}
|
||||
|
||||
# ── Halang akses fail tersembunyi ─────────────────────────────────────────
|
||||
location ~ /\. {
|
||||
deny all;
|
||||
|
||||
Reference in New Issue
Block a user