docs: use standard example.com for nginx proxy example
Co-authored-by: gabriel20xx <21219769+gabriel20xx@users.noreply.github.com>
This commit is contained in:
co-authored by
gabriel20xx
parent
5568470549
commit
14471bd5de
@@ -506,7 +506,7 @@ DB_PATH=/data/collabtable.db # SQLite path (in container)
|
|||||||
```nginx
|
```nginx
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name yourdomain.com;
|
server_name example.com;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://localhost:3000;
|
proxy_pass http://localhost:3000;
|
||||||
|
|||||||
Reference in New Issue
Block a user