shurl

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.inz.fi/shurl
Log | Files | Refs

openbsd.httpd.conf (175B)


      1 server "example.com" {
      2 	location "/addurl" {
      3 		authenticate "URL shortener" with "/var/shurl/htpasswd"
      4 		root "/cgi-bin/shurl"
      5 		fastcgi
      6 	}
      7 
      8 	root "/cgi-bin/shurl"
      9 	fastcgi
     10 }