A second change I've just done is to install nginx on the database server, and to use that as a reverse proxy cache for this site.
Confused?
OK...
neptune = front end = www.londonfgss.com = dynamic web pages
uranus = back end = database uranus = back end = static.londonfgss.com = static files like images and javascript
Which basically means dynamic work is split between the two, as is file access.
This should be the most optimum use of the two servers.
@Velocio started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
A second change I've just done is to install nginx on the database server, and to use that as a reverse proxy cache for this site.
Confused?
OK...
neptune = front end = www.londonfgss.com = dynamic web pages
uranus = back end = database
uranus = back end = static.londonfgss.com = static files like images and javascript
Which basically means dynamic work is split between the two, as is file access.
This should be the most optimum use of the two servers.