Skip to content

Commit

Permalink
config-minor
Browse files Browse the repository at this point in the history
  • Loading branch information
parf committed Apr 3, 2018
1 parent 11eda75 commit a604ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server {
server_name hb.ws;

set $APP "SampleApp";
set $ROOT "/proj/$APP";
set $ROOT "/proj/standalone-app/$APP";
root "$ROOT/www";

# nginx behind nginx
Expand Down
2 changes: 1 addition & 1 deletion standalone-app/SampleApp/init.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

define("APP_DIR", __DIR__);
include __DIR__."/vendor/hb2/src/homebase-bundle.inc.php"; // homebase project init
include "/proj/vendor/homebase2/src/homebase-bundle.inc.php"; // homebase project init
\hb\HB::dispatch();

0 comments on commit a604ccf

Please sign in to comment.