23 lines
332 B
Markdown
23 lines
332 B
Markdown
---
|
|
title: nginx
|
|
description:
|
|
published: true
|
|
date: 2025-09-27T14:00:58.398Z
|
|
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/
|
|
``` |