xdays
xdays
Lua code: ``` local process = require "ngx.process" process.signal_graceful_exit() ``` Nginx config: ``` stream { log_format basic '$remote_addr [$time_local] ' '$protocol $status $bytes_sent $bytes_received ' '$session_time $upstream_addr $upstream_first_byte_time'; access_log logs/access.log...
In my opinion, if the node(dir) has no child or leave, then the children or leaves attribute should be None
**Is your feature request related to a problem? Please describe.** When deployed to EKS with fargate enabled, the vizier-pem pod is always in `Pending` state because it is scheduled to...
Here's sample code: ``` package main import ( "net/http" "github.com/gin-gonic/gin" ) //CORSMiddleware ... func CORSMiddleware() gin.HandlerFunc { return func(c *gin.Context) { c.Writer.Header().Set("Access-Control-Allow-Origin", "http://localhost") c.Writer.Header().Set("Access-Control-Max-Age", "86400") c.Writer.Header().Set("Access-Control-Allow-Methods", "POST, GET, OPTIONS, PUT,...