From 68e4b61808ee76730cdc9f4302700a60a2ebb3b5 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 1 Nov 2019 23:41:57 -0700 Subject: Password reset mostly working. --- ansible/templates/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/templates') diff --git a/ansible/templates/nginx.conf b/ansible/templates/nginx.conf index ec25439a..e39f1e1c 100644 --- a/ansible/templates/nginx.conf +++ b/ansible/templates/nginx.conf @@ -50,7 +50,7 @@ server { client_max_body_size 50M; location / { - rewrite (\/(user|u\/|inbox|post|community|c\/|create_post|create_community|login|search|setup|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|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; -- cgit v1.2.3