1.1 changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Install nginx config for core_nest
|
||||
# Install nginx config for core_room
|
||||
# Run with: sudo ./install-nginx.sh
|
||||
|
||||
set -e
|
||||
@@ -8,11 +8,11 @@ set -e
|
||||
APP_USER="${APP_USER:-mariano}"
|
||||
APP_HOME="/home/${APP_USER}"
|
||||
|
||||
NGINX_SOURCE="${APP_HOME}/core_nest/ctrl/server/nginx/core_nest.conf"
|
||||
NGINX_AVAILABLE="/etc/nginx/sites-available/core_nest.conf"
|
||||
NGINX_ENABLED="/etc/nginx/sites-enabled/core_nest.conf"
|
||||
NGINX_SOURCE="${APP_HOME}/core_room/ctrl/server/nginx/core_room.conf"
|
||||
NGINX_AVAILABLE="/etc/nginx/sites-available/core_room.conf"
|
||||
NGINX_ENABLED="/etc/nginx/sites-enabled/core_room.conf"
|
||||
|
||||
echo "=== Installing nginx config for core_nest ==="
|
||||
echo "=== Installing nginx config for core_room ==="
|
||||
echo "App user: $APP_USER"
|
||||
echo "App home: $APP_HOME"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user