This site is no longer active and permanently redirects to forums.triplea-game.org.
This repository contains the nginx configuration file for [www.]tripleawarclub.org.
The following process is used to update the Nginx configuration:
- Submit a PR to this repo with the proposed change to ./tripleawarclub.org.
- Review and merge the PR.
- Login to
tripleawarclub.org
. - Change to the directory where you have cloned the
triplea-game/tripleawarclub.org
repo and checkout the appropriate tag/branch. - Review the changes to be applied to ensure the production configuration has not been modified outside of this process.
$ git diff /etc/nginx/sites-available/tripleawarclub.org ./tripleawarclub.org
- Copy the new configuration.
$ sudo cp ./tripleawarclub.org /etc/nginx/sites-available/tripleawarclub.org
- Reload the Nginx configuration.
$ sudo systemctl reload nginx
- Smoke test the new configuration as needed.