Services/Nginx: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
(Created page with "= location = = todo = {| class="wikitable" ! TODO || Command |- | List directory || <source lang="nginx"> autoindex on; </source> |}")
 
No edit summary
Line 1: Line 1:
= location =
= Quick References =
 
= todo =
{| class="wikitable"
{| class="wikitable"
! TODO || Command
! TODO || Command
Line 10: Line 8:
</source>
</source>
|}
|}
= Priority of location =
<source lang="nginx">
</source>

Revision as of 03:34, 5 June 2018

Quick References

TODO Command
List directory
autoindex on;

Priority of location