Tweaking settings for foundry.

This commit is contained in:
Colin Diem
2022-01-24 01:47:44 -05:00
parent b3c7299bd3
commit 59ba581e81
2 changed files with 6 additions and 5 deletions

View File

@@ -119,6 +119,7 @@ server {
# Foundry config
server {
listen 80;
listen 443;
server_name foundry.colindiem.com;
location / {

View File

@@ -19,11 +19,11 @@ docker-compose up -d
cd /home/ubuntu/
echo "Done"
echo "Starting MotionEye..."
cd motioneye/
docker-compose up -d
cd /home/ubuntu/
echo "Done"
# echo "Starting MotionEye..."
# cd motioneye/
# docker-compose up -d
# cd /home/ubuntu/
# echo "Done"
echo "Starting blog..."
cd web/blog/