[PR #12] [CLOSED] NGINX support. #143

Closed
opened 2026-02-16 12:51:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/self-hosted/pull/12
Author: @Xynnix
Created: 10/5/2021
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 Changes

4 files changed (+72 additions, -2 deletions)

View changed files

📝 .gitignore (+3 -1)
📝 README.md (+2 -1)
📝 docker-compose.yml (+8 -0)
nginx.conf.example (+59 -0)

📄 Description

Not entirely sure if its needed to add this but I felt it would be helpful for those that would prefer using port 80 and a custom domain. ( If needed, Could state that nginx.conf needs edited where it says to replace if used with domain. (replacemewith.domain)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/self-hosted/pull/12 **Author:** [@Xynnix](https://github.com/Xynnix) **Created:** 10/5/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`64d9150`](https://github.com/stoatchat/self-hosted/commit/64d91503e770ae3cd272405882c7869db660797f) Create nginx.conf.example - [`43a3c83`](https://github.com/stoatchat/self-hosted/commit/43a3c8340c7fdfcebcc71528f1384ed1f9b71fb5) Update docker-compose.yml - [`e18b66b`](https://github.com/stoatchat/self-hosted/commit/e18b66bacc9c9edea5fc1e31afd2b1c068d33a0b) Update README.md - [`0d94380`](https://github.com/stoatchat/self-hosted/commit/0d943808d054da1c61dc32a52c9e546a44957505) Update .gitignore ### 📊 Changes **4 files changed** (+72 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -1) 📝 `README.md` (+2 -1) 📝 `docker-compose.yml` (+8 -0) ➕ `nginx.conf.example` (+59 -0) </details> ### 📄 Description Not entirely sure if its needed to add this but I felt it would be helpful for those that would prefer using port 80 and a custom domain. ( If needed, Could state that `nginx.conf` needs edited where it says to replace if used with domain. (`replacemewith.domain`) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:51:38 -05:00
yindo closed this issue 2026-02-16 12:51:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#143