Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.02 KB

This site is no longer active and permanently redirects to forums.triplea-game.org.

tripleawarclub.org

This repository contains the nginx configuration file for [www.]tripleawarclub.org.

Update Nginx configuration

The following process is used to update the Nginx configuration:

  1. Submit a PR to this repo with the proposed change to ./tripleawarclub.org.
  2. Review and merge the PR.
  3. Login to tripleawarclub.org.
  4. Change to the directory where you have cloned the triplea-game/tripleawarclub.org repo and checkout the appropriate tag/branch.
  5. 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
  6. Copy the new configuration.
    • $ sudo cp ./tripleawarclub.org /etc/nginx/sites-available/tripleawarclub.org
  7. Reload the Nginx configuration.
    • $ sudo systemctl reload nginx
  8. Smoke test the new configuration as needed.