wiki-js/home/server/nginx.md

23 lines
331 B
Markdown

---
title: nginx
description:
published: true
date: 2025-09-27T14:00:54.296Z
tags:
editor: markdown
dateCreated: 2025-09-27T13:50:53.553Z
---
# nginx
Used for reverse proxy.
**Functions:**
* route wiki.home -> 192.168.1.101:3000
## Setup
The config files for each service is located at
```
/etc/nginx/sites-available
```