All Questions
5 questions
1
vote
1
answer
61
views
Nginx-WordPress conf
This is how I create am Nginx virtual host for a WordPress webapp. I did best to keep it as minimal as I can while having a working webapp. Please review it:
...
3
votes
1
answer
107
views
Create a WordPress site data with Nginx app data automatically
The following script is aimed for Ubuntu >=16.04 LEMP environments with PHP-FPM >=7.0, MySQL, WP-CLI, Certbot, and ...
1
vote
1
answer
87
views
Ubuntu-Nginx lightweight server environment setup
Please review the following Bash script that uses to establish a "lightweight" Ubuntu-Nginx server environment mainly aimed to run small WordPress sites (about 5 plugins, about 25 webpages, about 25 ...
2
votes
1
answer
129
views
Webapp Substrate script for WordPress on Debian-Nginx
The following script creates a webapp substrate for WordPress webapps/websites on Ubunu-Nginx with PHP-FPM and Mysql environments, with Certbot, while all software is uncustomized.
Such substrate ...
4
votes
1
answer
301
views
cron daily and weekly scripts for a minimal Nginx server environment
I've created the following cron for daily and weekly scripts for a minimal Nginx server environment (as part of my larger script).
The daily cronjob updates WordPress and brings back original ...