summaryrefslogblamecommitdiffstats
path: root/mkosi.skeleton/root/apache2.kanboard.conf
blob: 53454a158719c13c99ee6ee118decb05bace8610 (plain) (tree)



















                                                 
<VirtualHost *:8302>

    ServerName kanboard.dnns.no
    UseCanonicalName on

    DocumentRoot /var/www/kanboard
    DirectoryIndex index.php index.html

    # To cirkumvent phps $_SERVER['HTTPS']-check
    SetEnv HTTPS "on"

    AcceptPathInfo On

    # Trust the remote user forwarded by nginx
    SetEnvIf X-Forwarded-User (.*) REMOTE_USER=$1

</VirtualHost>