diff --git a/conf/ritherdon-archive.conf b/conf/ritherdon-archive.conf index 0fb4086..d249591 100644 --- a/conf/ritherdon-archive.conf +++ b/conf/ritherdon-archive.conf @@ -1,10 +1,10 @@ upstream woo { - server 127.0.0.1:3001; + server 127.0.0.1:5000; } server { listen 80; - server_name www.nicolaellisandritherdonarchive.com nicolaellisandritherdonarchive.com; + server_name ; root ~/quicklisp/local-projects/ritherdon-archive/templates/; diff --git a/conf/ritherdon-archive.service b/conf/ritherdon-archive.service index a074a30..33b8551 100644 --- a/conf/ritherdon-archive.service +++ b/conf/ritherdon-archive.service @@ -3,11 +3,11 @@ Description=Nicola Ellis and Ritherdon Archive website. After = syslog.target network.target [Service] -ExecStart=/usr/bin/sbcl --eval '(ql:quickload :co-web)' --eval '(setf (osicat:environment-variable "APP_ENV") "production")' --eval '(ritherdon-archive:main)' +ExecStart=/usr/bin/sbcl --eval '(ql:quickload :ritherdon-archive)' --eval '(setf (osicat:environment-variable "APP_ENV") "production")' --eval '(ritherdon-archive:main)' Restart=always RestartSec=10 KillSignal=SIGINT -User=nic +User= [Install] WantedBy=multi-user.target