summaryrefslogtreecommitdiffstats
path: root/ansible/templates/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/templates/nginx.conf')
-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 74fbcda9..e9fef181 100644
--- a/ansible/templates/nginx.conf
+++ b/ansible/templates/nginx.conf
@@ -47,7 +47,7 @@ server {
add_header X-XSS-Protection "1; mode=block";
location / {
- rewrite (\/(user|u\/|inbox|post|community|c\/|login|search|sponsors|communities|modlog|home)+) /static/index.html break;
+ rewrite (\/(user|u\/|inbox|post|community|c\/|create_post|create_community|login|search|setup|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;