servers Deployment Steps This guide explains how (my usual) deployment worked and what the different steps are. It is a deployment of a symfony app. This guide may be out of date, so
servers nginx Config This is my commonly used config for nginx. It may be out of date, so just use it as a more general guide. First set up DH paramsmkdir -p /etc/
servers PHP-FPM config In your php-fpm.conf the most important values are: error_log = /var/log/php/fpm-errors.log daemonize = yesAnd in your php.ini: # The most important values: # Security related expose_php
servers Set up a web stack This is a continuation of the install a new server guide, and explains – after the set up of the OS and the actual server – what to do to install a
servers Install a New Server This is a rough guide on how to install a new server. It has a lot of optional steps and is mainly a guide for myself, so that I don't
servers Setting up logrotate It is important to set up log rotation, as otherwise extensive logging could lead to the HDD being full (and the server going down). For every type of entry you
servers Allow SFTP access to server This is a guide on how to allow SFTP access to a server. 1) Preface: create sftp-users Groupgroupadd sftp-users2) Update sshd configOpen the file /etc/ssh/sshd_config and comment
servers Unblock IP in iptables If you are using fail2ban or similar tools, they block IP addresses, that they think are attacking them. fail2ban blocks IP addresses eg after a certain number of invalid login