# basic tests
pxc gemini://localhost
pxc gemini://localhost/
pxc gemini://localhost/autoindex
pxc gemini://localhost/autoindex/
pxc gemini://localhost/autoindex/subdir/

# this one will give you a 'Permission denied' error
pxc gemini://localhost/secret

# these won't be findable
pxc gemini://localhost/etc
pxc gemini://localhost/../etc

# these will require certificates
pxc gemini://localhost/authorized-only/
pxc gemini://localhost/require-cert/

# these will autoindex stuff, preferrentially reading from the index.gmi
pxc gemini://localhost/autoindex/autoindex-with-index.gmi
pxc gemini://localhost/autoindex/autoindex-with-index.gmi/
pxc gemini://localhost/autoindex/autoindex-with-index.gmi/autoindex-this-dir/
pxc 'gemini://localhost/~ingrix/'
pxc 'gemini://localhost/~ingrix/share.gmi'

# these will exercise CGI scripts with different restrictions
pxc 'gemini://localhost/cgi/test.cgi
pxc 'gemini://localhost/easy-cgi/test.cgi'
