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 # Foundry config
server { server {
listen 80; listen 80;
listen 443;
server_name foundry.colindiem.com; server_name foundry.colindiem.com;
location / { location / {

View File

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