[Unit] Description=A high performance web server and a reverse proxy server After=network.target network-online.target nss-lookup.target [Service] Type=forking PIDFile=/run/nginx.pid PrivateDevices=yes SyslogLevel=err ExecStart=/data/app/bin/nginx -g 'pid /run/nginx.pid; error_log stderr;...
#DISCOURSE_CDN_URL: https://discourse-cdn.example.com ## The maxmind geolocation IP address key for IP address lookup ## see https://meta.discourse.org/t/-/137387/23 for details #DISCOURSE_MAXMIND_LICENSE_KEY: 1234567890123456 DISCOURSE_SMTP_AUTHENTICATION: login ## The Docker container is ...
99 cacheable-lookup A cacheable dns.lookup(…) that respects TTL 🎉 szmarczak 116 100 customize-ui UI Customization plugin for vscode iocave 371 101 fuck-you ⚠[unmaintained]⚠ (╯°□°)╯︵sǝssǝɔoɹd oʎ llɐ llıʞǝɓɐɹ sorellabs 1292 102 hegel An...
lookup-timeout --dns-max-try --frontend-max-requests --frontend-http2-dump-request-header --frontend-http2-dump-response-header --frontend-frame-debug --daemon --pid-file --user --single-process --max-worker-processes --worker-process-grace-shutdown-period --mruby-file --ignore-per-...
['auth_query'] = 'SELECT username, password FROM public.pg_shadow_lookup($1)' pgbouncer['users'] = { USERNAME: { 'password': MD5_PASSWORD_HASH, } } postgresql['pgbouncer_user'] = nil postgresql['pgbouncer_user_password'] = nil pgbouncer['server_reset_query_always'] = 0 pgbouncer['...
1.browser checks cache; if requested object is in cache and is fresh, skip to #9 2.browser asks OS for server's IP address 3.OS makes a DNS lookup and replies the IP address to the browser 4.browser opens a TCP connection to server (this step is much more complex with HTTPS) 5....