summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-07-15 08:24:43 -0700
committerDessalines <happydooby@gmail.com>2019-07-15 08:24:43 -0700
commitcb8697eb1191a2213813c2f44bbd114e20f55fb0 (patch)
tree39f4eca9138eb0ccb6a21745c0a2942fc57261bf /README.md
parentf37be4bfd128a98908d79914ddcd7b3b1cef179b (diff)
Remove Kubernetes build, not supported.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9309ce5d..07f2426d 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ and goto http://localhost:8536
### Nginx Config
```
location / {
- rewrite (\/(user|u|inbox|post|community|c|login|search|sponsors|communities|modlog)+) /static/index.html break;
+ rewrite (\/(user|u|inbox|post|community|c|login|search|sponsors|communities|modlog|home)+) /static/index.html break;
proxy_pass http://0.0.0.0:8536;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;