> Hi, > > if a docroot is set via check-static or check-static-docroot is > there a way to use CGI mountpoints to map URIs to CGI directories > outside that docroot? > I would like to enable CGI scripts generally for existing scripts > inside the docroot but at the same time also have some URIs > mapping to system paths as e.g. > http://uwsgi-docs.readthedocs.org/en/latest/CGI.html#example-7-mailman-web-interface-behind-nginx > -- > Guido Berhoerster > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
You are able to specify all of the "cgi" mountpoint you need: [uwsgi] cgi = /var/www cgi = /mailman/=/usr/lib/mailman/cgis cgi = /cgi-bin=/usr/lib/cgi-bin -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
