]> Untitled Git - lemmy.git/commitdiff
Fixing inbox nginx config due to adding feeds/inbox.
authorDessalines <tyhou13@gmx.com>
Sun, 8 Dec 2019 02:18:05 +0000 (18:18 -0800)
committerDessalines <tyhou13@gmx.com>
Sun, 8 Dec 2019 02:18:05 +0000 (18:18 -0800)
ansible/templates/nginx.conf

index d3aec66d9a171293dae341d84a16d12e499612e1..c8afcf4bde932ac3baa368c496710d271c4efb32 100644 (file)
@@ -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;