No description
Find a file
Foster Cavender daf85271d5
All checks were successful
Deploy / deploy (push) Successful in 4s
Merge pull request 'Typo in SSH key step.' (#13) from master into release
Reviewed-on: #13
2026-05-18 11:44:17 +00:00
.forgejo/workflows Typo in SSH key step. 2026-05-18 05:43:29 -06:00
scripts Added nginx configs and restart script. 2026-05-18 10:17:09 +00:00
template Initial commit 2026-05-18 10:06:55 +00:00
.gitignore Initial commit 2026-05-18 10:06:55 +00:00
brgutah.conf Added nginx configs and restart script. 2026-05-18 10:17:09 +00:00
chat.conf Added nginx configs and restart script. 2026-05-18 10:17:09 +00:00
git.conf Added nginx configs and restart script. 2026-05-18 10:17:09 +00:00
LICENSE Initial commit 2026-05-18 10:06:55 +00:00
mc.conf Added nginx configs and restart script. 2026-05-18 10:17:09 +00:00
modmc.conf Added nginx configs and restart script. 2026-05-18 10:17:09 +00:00
README.md Updated README frrom template. 2026-05-18 04:22:51 -06:00
status.conf Added nginx configs and restart script. 2026-05-18 10:17:09 +00:00
xegames.conf Added nginx configs and restart script. 2026-05-18 10:17:09 +00:00

node-nginx

Nginx configuration for XeplosionGames servers.

Configs

File Domain
brgutah.conf brgutah.com
chat.conf chat.xegames.online
git.conf git.xegames.online
mc.conf mc.xegames.online
modmc.conf modmc.xegames.online
status.conf status.xegames.online
xegames.conf xegames.online

Deployment

Push to release to auto-deploy. The workflow will pull the latest configs and reload nginx.

Config files are symlinked from this repo to /etc/nginx/sites-available/. Changes to files in this repo are immediately reflected in nginx after reloading.

To set up symlinks on a new server:

sudo ln -sf ~/node-nginx/*.conf /etc/nginx/sites-available/