Fixing inbox nginx config due to adding feeds/inbox.

pull/722/head
Dessalines 5 years ago
parent 9185a31945
commit a6810da992

@ -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;

Loading…
Cancel
Save