Tag: nginx
How To Upgrade To PHP7.4-FPM in Ubuntu 16.04/18.04
This will upgrade your php version to php7.4-fpm when using Nginx web server.
PicoCMS for Nextcloud & Nginx
http://picocms.org/about/ Pico is a stupidly simple, blazing fast, flat file CMS. That’s definitely a mouthful, what does it even mean?…
How To Uninstall NGINX
https://askubuntu.com/questions/235347/what-is-the-best-way-to-uninstall-nginx We may want to uninstall and then re-install nginx if any problems occur. First, un-install with code below, then…
How To Setup Subdomains & LetsEncrypt On NGINX
How to Host Multiple Sites Using NGINX Using domain name: yourdomain.com yourdomain.com $ sudo letsencrypt certonly -a webroot –webroot-path=/var/www/yourdomain.com/html -d…
Enabling Nginx mod_rewrite
https://www.digitalocean.com/community/questions/enabling-nginx-mod_rewrite https://www.nginx.com/resources/wiki/start/topics/recipes/wordpress/ open the file below replacing ‘default’ if necessary with the sites server block: $ sudo nano /etc/nginx/sites-available/default Replace:…
Migrating Nextcloud From Apache To Nginx On Ubuntu 16.04
1. Configuring Apache $ sudo apt-get update $ sudo nano /etc/apache2/ports.conf modify the VirtualHost and Listen lines for port 80…