Completely uninstall Nginx Ubuntu
To completely uninstall Nginx on Ubuntu (including all config files), you can run the following command: sudo apt-get purge nginx nginx-common
To completely uninstall Nginx on Ubuntu (including all config files), you can run the following command: sudo apt-get purge nginx nginx-common
Setting up Tomcat 8 with Nginx is very straight forward. sudo nano /etc/nginx/sites-enabled/default Search for the following text with CTRL + W location / And add the following line of code after 'try_files $uri $uri/ =404;' proxy_pass http://127.0.
The first step is to add the certbot repo: sudo add-apt-repository ppa:certbot/certbot Next, update the package list: sudo apt-get update Next, install Certbot's Nginx package: sudo apt-get install python-certbot-nginx Next, request the certificate for your domain(s) you want secured: sudo certbot
The vast majority of blogs online are powered by wordpress, though a sneaky little competitor is gaining steady traction: Ghost :) To install Ghost on Ubuntu 17.04 follow these steps: First update and upgrade Ubuntu with the following commands: sudo apt-get update sudo apt-get
Even though a web page can seem fast, the default Nginx configuration will cause Google's PageSpeed Insights tool to flag inefficiencies in your site and grade it poorly. In this tutorial, you'll make quick edits to the configuration file for your domain that instantly