summaryrefslogtreecommitdiffstats
path: root/ansible/templates
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-11-01 23:41:57 -0700
committerDessalines <tyhou13@gmx.com>2019-11-01 23:41:57 -0700
commit68e4b61808ee76730cdc9f4302700a60a2ebb3b5 (patch)
tree8d36fb7b39b963696dc980f89f836b52c4aea20a /ansible/templates
parent9f35b33dc7238f0d6748beafa79ca0af192b5ca6 (diff)
Password reset mostly working.
Diffstat (limited to 'ansible/templates')
-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 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;