Difference between revisions of "Location"

From wikieduonline
Jump to navigation Jump to search
(Created page with " Location examples for Mediawiki https://www.nginx.com/resources/wiki/start/topics/recipes/mediawiki/: <pre> location = /_.gif { expires max; empty...")
 
 
(5 intermediate revisions by 2 users not shown)
Line 15: Line 15:
 
     }
 
     }
 
</pre>
 
</pre>
 +
 +
 +
 +
 +
* [[Ipstack]]
 +
* [[GKE location]], [[Terraform resource: google container cluster]] and [[google_container_node_pool]]
 +
 +
 +
 +
== See also ==
 +
* {{GPS}}
 +
 +
[[Category:IP]]

Latest revision as of 17:55, 7 December 2023



Location examples for Mediawiki https://www.nginx.com/resources/wiki/start/topics/recipes/mediawiki/:

    location = /_.gif {
        expires max;
        empty_gif;
    }

    location ^~ /cache/ {
        deny all;
    }




See also[edit]

Advertising: