Explore >> Select a destination


You are here

www.tumfatig.net
| | www.h-i-r.net
9.6 parsecs away

Travel
| | Introduction OpenBSD comes with a web server called httpd, which is based on relayd. We're going to tackle setting up OpenBSD to serve "...
| | bicofino.io
8.2 parsecs away

Travel
| | I'm old fashion and in some cases I like to compile my stuff, Zabbix is one of these cases. You can add/remove features directly with ./configure, and mess around with some timeouts of zabbix_server and zabbix_agentd for example. In this tutorial, we will not change anything on the source code. We are going install Zabbix version 2.4.6 with MySQL, Nginx and PHP-FPM. This is the stack of what I use in production environments.
| | chrisbergeron.com
6.4 parsecs away

Travel
| | An online technology journal with how-to articles, projects and examples.
| | joshuarogers.net
38.7 parsecs away

Travel
| Just over a year ago we went over how to setup a reverse proxy that would require our users to authenticate. In our original proxy article, we generated some NGinx configuration that looked a bit like... location / { proxy_pass http://jira; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } And it worked. And everyone was happy. Until the day the request came in that NGinx should add a fixed set of credentials to all upstre...