summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-12-07 18:18:05 -0800
committerDessalines <tyhou13@gmx.com>2019-12-07 18:18:05 -0800
commita6810da9922ccfe6cbd248b787b4c66774fc97eb (patch)
tree5e67533a95c746c95ab0c3c10a9c9aed6e9af6ad
parent9185a3194553cb97ab8977fe4ee3d943d94ce1e2 (diff)
Fixing inbox nginx config due to adding feeds/inbox.
-rw-r--r--ansible/templates/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/templates/nginx.conf b/ansible/templates/nginx.conf
index d3aec66d..c8afcf4b 100644
--- a/ansible/templates/nginx.conf
+++ b/ansible/templates/nginx.conf
@@ -50,7 +50,7 @@ server {
client_max_body_size 50M;
location / {
- rewrite (\/(user|(?<!feeds\/)u\/|inbox|post|community|(?<!feeds\/)c\/|create_post|create_community|login|search|setup|sponsors|communities|modlog|home|password_change)+) /static/index.html break;
+ rewrite (\/(user|(?<!feeds\/)u\/|(?<!feeds\/)inbox|post|community|(?<!feeds\/)c\/|create_post|create_community|login|search|setup|sponsors|communities|modlog|home|password_change)+) /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;