Understood Diretive Location and Regex (concept question).
Labs Ocozzi
rjtogy1966 at gmail.com
Wed Sep 19 11:08:30 UTC 2018
tks Anoop
Em 19/09/2018 07:51, Anoop Alias escreveu:
> location ~ /\.
>
> regex location for /.
> The back slash before dot is just an escape char as dot has special
> meaning in regex
> ---------------------------------------------------
>
> location ~ \.php$
>
> regex location for anything ending in .php
> Here again the backslash before dot serve as an escape
>
> On Wed, Sep 19, 2018 at 4:15 PM Labs Ocozzi <rjtogy1966 at gmail.com
> <mailto:rjtogy1966 at gmail.com>> wrote:
>
> Dears, in me Lab i have nginx work fine, but i dont understood the
> diretive location with regex "~ /\. " "~* \." and
> "~ \.php$" bellow examples in me enviroment.
>
>
>
> location ~ /\. {
> deny all;
> access_log off;
> log_not_found off;
> }
>
> location ~ \.php$ {
> try_files $uri =404;
> include /etc/nginx/fastcgi_params;
> fastcgi_pass127.0.0.1:9000 <http://127.0.0.1:9000>;
> fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
> }
>
>
>
> location ~ /\. {
> deny all;
> access_log off;
> log_not_found off;
> }
>
> --
> Att,
> BR-RJ.
> Togy Silva Ocozzy
> e-mail:rjtogy1966 at gmail.com <mailto:rjtogy1966 at gmail.com>
> LABS OCOZZI PE.
>
>
>
> ------------------------------------------------------------------------
> Avast logo <https://www.avast.com/antivirus>
>
> Este email foi escaneado pelo Avast antivírus.
> www.avast.com <https://www.avast.com/antivirus>
>
>
> <#m_577209082744095808_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org <mailto:nginx at nginx.org>
> http://mailman.nginx.org/mailman/listinfo/nginx
>
>
>
> --
> *Anoop P Alias*
>
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
--
Att,
BR-RJ.
Togy Silva Ocozzy
e-mail: rjtogy1966 at gmail.com
LABS OCOZZI PE.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20180919/374dab22/attachment.html>
More information about the nginx
mailing list