# $NetBSD: contao.conf,v 1.1 2024/02/04 08:41:26 taca Exp $ # # If you want to use contao for whole web site, set your DocumentRoot to # "@PREFIX@/@CT_WEBDIR@/@CT_PUBDIR@". (https://www.example.org/) # # If you want to use contao on sub directory, uncomment below line. # (https://www.example.org/subdir/) # #Alias /subdir @PREFIX@/@CT_WEBDIR@ DirectoryIndex index.php index.html Options Indexes SymLinksIfOwnerMatch FollowSymLinks AllowOverride All SetHandler "proxy:unix:/var/run/php-fpm|fcgi://localhost" SetHandler application/x-httpd-php Order allow,deny Allow from all Require all granted ServerName www.example.org DocumentRoot @PREFIX@/@CT_WEBDIR@/@CT_PUBDIR@ ServerAdmin webmaster@www.example.org ServerName www.example.org DocumentRoot @PREFIX@/@CT_WEBDIR@/@CT_PUBDIR@