Page "BloodhoundInstallNginx" was changed by gjm
Diff URL: 
<https://issues.apache.org/bloodhound/wiki/BloodhoundInstallNginx?action=diff&version=4>
Revision 4
Comment: change to serving static files directly
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: BloodhoundInstallNginx
=========================================================================
--- BloodhoundInstallNginx (version: 3)
+++ BloodhoundInstallNginx (version: 4)
@@ -90,6 +90,9 @@
        proxy_set_header Host $http_host;
        proxy_pass http://bloodhound_app;
     }
+    location /chrome {
+        alias /home/bh/bloodhound_environments/test/site/htdocs;
+    }
     location / { try_files $uri @proxy; }
 }
 }}}
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://issues.apache.org/bloodhound/wiki/BloodhoundInstallNginx>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

This is an automated message. Someone added your email address to be
notified of changes on 'BloodhoundInstallNginx' page.
If it was not you, please report to .

Reply via email to