[PR #161] [CLOSED] Example NGINX Configs #1033

Closed
opened 2025-11-09 10:04:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/161
Author: @hyperdefined
Created: 7/27/2023
Status: Closed

Base: currentHead: nginx-example


📝 Commits (3)

📊 Changes

3 files changed (+116 additions, -0 deletions)

View changed files

web-configs/README.md (+2 -0)
web-configs/nginx/nginx-no-ssl.conf (+43 -0)
web-configs/nginx/nginx-ssl.conf (+71 -0)

📄 Description

This adds a new folder called web-configs. I added an example NGINX config on there, just to start. I've seen a few people ask about it in the Discord. Feel free to modify and change it.

This new folder also lets anyone throw in their own configs for other software.


🔄 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/imputnet/cobalt/pull/161 **Author:** [@hyperdefined](https://github.com/hyperdefined) **Created:** 7/27/2023 **Status:** ❌ Closed **Base:** `current` ← **Head:** `nginx-example` --- ### 📝 Commits (3) - [`d5e5cb0`](https://github.com/imputnet/cobalt/commit/d5e5cb05338b67ac108784d40566393536b9208f) added example nginx configs - [`bede3ce`](https://github.com/imputnet/cobalt/commit/bede3ce50986c32a688d0f510742f8dbe6aaa769) big cleanup - [`69c5210`](https://github.com/imputnet/cobalt/commit/69c521061044ebebb9fac38b8043f2d7be67c81f) do logging correctly ### 📊 Changes **3 files changed** (+116 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `web-configs/README.md` (+2 -0) ➕ `web-configs/nginx/nginx-no-ssl.conf` (+43 -0) ➕ `web-configs/nginx/nginx-ssl.conf` (+71 -0) </details> ### 📄 Description This adds a new folder called `web-configs`. I added an example NGINX config on there, just to start. I've seen a few people ask about it in the Discord. Feel free to modify and change it. This new folder also lets anyone throw in their own configs for other software. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:04:28 -06:00
Sign in to join this conversation.