spsp

Repository for the "Simplified Perl Status Poster" (SPSP).
git clone git://git.samirparikh.com/spsp
Log | Files | Refs | README

commit 17956e8f372d7e51f89bb5261570cd7e4778b607
parent ea78b1133f19605a07f3f96e042a47c767d98eee
Author: Samir Parikh <noreply@samirparikh.com>
Date:   Fri, 10 Feb 2023 14:04:25 +0000

update server config

Diffstat:
Mapache_config/httpd-vhosts.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache_config/httpd-vhosts.conf b/apache_config/httpd-vhosts.conf @@ -37,7 +37,7 @@ <Directory /home/compiler/programs/spsp/html"> Require all granted </Directory> - ServerName 20.190.228.71 + ServerName IP_ADDRESS or FQDN ErrorLog "/var/log/spsp/error_log" CustomLog "/var/log/spsp/access_log" common </VirtualHost>