Posts Tagged: nginx
- 1479 Views
- Sjir Bagmeijer
- July 26, 2016
How to install Nginx with Passenger 5.0 on Fedora.
*** Please be aware the Ulyaoth Repository has been discontinued! Please read: https://ulyaoth.com/news/ulyaoth-repository-end-of-life/ You can still make this tutorial work but you will need to compile the packages yourself, please be aware our GitHub is
- 1327 Views
- Sjir Bagmeijer
- November 19, 2015
Install WordPress with MariaDB in SSL replication in VirtualBox.
In this guide I am going to setup a WordPress installation that is running on Nginx with php-fpm, this will connect to a MariaDB database that is running with SSL replication. I have also configured
- 1248 Views
- Sjir Bagmeijer
- October 14, 2015
How to install Elastic Stack 4 on Fedora with rsyslog.
*** Please be aware the Ulyaoth Repository has been discontinued! Please read: https://ulyaoth.com/news/ulyaoth-repository-end-of-life/ You can still make this tutorial work but you will need to compile the packages yourself, please be aware our GitHub is
- 1407 Views
- Sjir Bagmeijer
- August 8, 2015
How to install WordPress using Nginx and HHVM on Fedora.
*** Please be aware the Ulyaoth Repository has been discontinued! Please read: https://ulyaoth.com/news/ulyaoth-repository-end-of-life/ You can still make this tutorial work but you will need to compile the packages yourself, please be aware our GitHub is
- 2575 Views
- Sjir Bagmeijer
- July 4, 2015
How to install phpBB 3.1 using Nginx and HHVM on Fedora.
*** Please be aware the Ulyaoth Repository has been discontinued! Please read: https://ulyaoth.com/news/ulyaoth-repository-end-of-life/ You can still make this tutorial work but you will need to compile the packages yourself, please be aware our GitHub is
- 1309 Views
- Sjir Bagmeijer
- March 29, 2015
Install Elastic Stack 4 on Fedora with logstash-forwarder.
*** Please be aware the Ulyaoth Repository has been discontinued! Please read: https://ulyaoth.com/news/ulyaoth-repository-end-of-life/ You can still make this tutorial work but you will need to compile the packages yourself, please be aware our GitHub is
- 1161 Views
- Sjir Bagmeijer
- January 1, 2015
Install XenForo 1.4 using Nginx and HHVM on Fedora 21.
*** Please be aware the Ulyaoth Repository has been discontinued! Please read: https://ulyaoth.com/news/ulyaoth-repository-end-of-life/ You can still make this tutorial work but you will need to compile the packages yourself, please be aware our GitHub is
- 1325 Views
- Sjir Bagmeijer
- November 20, 2014
How to install Logstash 1.4 with Kibana 3 on Fedora.
In this guide I will provide an example of how to set up a Logstash server with a Kibana interface that does get the logs from rsyslog. While there are multiple other ways to get
- 1670 Views
- Sjir Bagmeijer
- September 10, 2014
How to make Nginx log in JSON format
To get Nginx to log in JSON format you have to add the following to “nginx.conf” under the http bit: log_format json ‘{ “@timestamp”: “$time_iso8601″, ‘ ‘”message”: “$remote_addr – $remote_user [$time_local] \\\”$request\\\” $status $body_bytes_sent \\\”$http_referer\\\”
- 941 Views
- Sjir Bagmeijer
- August 19, 2014
Nginx SSL example
*** This post dates from 2014 and I would recommend to use the Mozilla SSL Configuration Generator to get a more accurate configuration: https://ssl-config.mozilla.org/ *** This post is more of a reminder for myself but