Difference between revisions of "Template:Nginx docurl"
From Biowikifarm Metawiki
m (fix) |
m (uri update) |
||
Line 1: | Line 1: | ||
<includeonly><span class="plainlinks" title="Link to Nginx documentation">{{#switch: {{{1|}}}<!-- | <includeonly><span class="plainlinks" title="Link to Nginx documentation">{{#switch: {{{1|}}}<!-- | ||
− | -->| location=[http:// | + | -->| location=[http://nginx.org/en/docs/http/ngx_http_core_module.html#location location]<!-- |
− | -->| rewrite=<span class="plainlinks">[http:// | + | -->| rewrite=<span class="plainlinks">[http://nginx.org/en/docs/http/ngx_http_rewrite_module.html#rewrite rewrite]<!-- |
− | -->| try_files=<span class="plainlinks">[http:// | + | -->| try_files=<span class="plainlinks">[http://nginx.org/en/docs/http/ngx_http_core_module.html#try_files try_files]<!-- |
-->| #default = Unknoknown docurl: {{{1|}}}. Specifiy it at [[template:Nginx docurl]].<!-- | -->| #default = Unknoknown docurl: {{{1|}}}. Specifiy it at [[template:Nginx docurl]].<!-- | ||
-->}}</span><!-- end switch | -->}}</span><!-- end switch |
Latest revision as of 17:34, 4 February 2015
Print Nginx URLs to point to the documentation:
Usage | Result |
---|---|
{{Nginx docurl | location}} | location |
{{Nginx docurl | rewrite}} | rewrite |
{{Nginx docurl | try_files}} | try_files |