nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

stagit.conf.tmpl (450B)


      1 <VirtualHost *:443>
      2 DocumentRoot /var/www/localhost/htdocs
      3 ServerName code.in0rdr.ch
      4 
      5 ErrorLog /dev/stderr
      6 TransferLog /dev/stdout
      7 
      8 SSLCertificateFile "/etc/letsencrypt/live/code.in0rdr.ch/fullchain.pem"
      9 SSLCertificateKeyFile "/etc/letsencrypt/live/code.in0rdr.ch/privkey.pem"
     10                                      
     11 <Directory /var/www/localhost/htdocs>
     12     Order allow,deny
     13     Allow from all     
     14     Require all granted
     15 </Directory>
     16 </VirtualHost>