<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Nginx on ZoliBen Csupra(Kabra)</title><link>https://zoliben.com/en/tags/nginx/</link><description>Recent content in Nginx on ZoliBen Csupra(Kabra)</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 16 Mar 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://zoliben.com/en/tags/nginx/index.xml" rel="self" type="application/rss+xml"/><item><title>Docker – Matrix Synapse homeserver, federation, nginx reverse proxy and TURN server setup using docker-compose</title><link>https://zoliben.com/en/posts/2021-03-16-/</link><pubDate>Tue, 16 Mar 2021 00:00:00 +0000</pubDate><guid>https://zoliben.com/en/posts/2021-03-16-/</guid><description>&lt;p>Recently I set up a &lt;a href="https://en.wikipedia.org/wiki/Matrix_%28protocol%29">Matrix&lt;/a> homeserver for my friend group. I considered whether I needed federation, and ultimately decided that I did. On top of that, I also had to set up a TURN server so that calls would work properly for everyone, since if someone is behind NAT, the connection typically doesn’t work reliably. I launched the container on a Hetzner cloud VPS running Debian 10.&lt;/p>
&lt;p> &lt;/p>
&lt;p>You’ll need a running Docker service, if it’s not installed yet, you can easily install it using &lt;a href="https://get.docker.com/">https://get.docker.com/&lt;/a>. I recommend creating a git repository where you can push your docker-compose and nginx config files.&lt;/p></description></item><item><title>Full Web Server Installation (nginx, MySQL, PHP7, HTTP2, phpMyAdmin, SSL) – Ubuntu 16.04</title><link>https://zoliben.com/en/posts/2016-08-22-teljes-webszerver-telepitese-nginx-mysql-php5-phpmyadmin/</link><pubDate>Mon, 22 Aug 2016 12:37:55 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-08-22-teljes-webszerver-telepitese-nginx-mysql-php5-phpmyadmin/</guid><description>&lt;p>&lt;span style="text-decoration: underline;">&lt;em>&lt;strong>This guide applies to Ubuntu 16.04, I&amp;rsquo;ll cover other versions later.&lt;/strong>&lt;/em>&lt;/span>&lt;/p>
&lt;p>&lt;strong>1. Installing Nginx&lt;/strong>&lt;br>
First, let&amp;rsquo;s update the repos:&lt;/p>
&lt;pre>sudo apt-get update&lt;/pre>
&lt;p>Then install nginx:&lt;/p>
&lt;pre>sudo apt-get install nginx&lt;/pre>
&lt;p>Then check the nginx version with the following command:&lt;/p>
&lt;pre>nginx -v&lt;/pre>
&lt;p>If we get at least version 1.10.0, everything is fine.&lt;/p>
&lt;p>&lt;strong>2. Installing MySQL&lt;/strong>&lt;br>
The first step is to install the MySQL server:&lt;/p>
&lt;pre>sudo apt-get install mysql-server&lt;/pre>
&lt;p>Naturally, you need to fill in the root user&amp;rsquo;s password, which you&amp;rsquo;ll use to access MySQL later.&lt;br>
For PHP pages to run, you need to install PHP version 5 and its associated MySQL instruction set:&lt;/p></description></item></channel></rss>