# Includable nginx configuration. # # A simple no-static service. location / { types { } default_type text/html; # dav_ext_methods OPTIONS; if ($request_method != OPTIONS) { return 404 "Sorry try $scheme://$server_name/$PAR_LOCATION instead."; # return 302 $scheme://$server_name/$PAR_LOCATION; } }