2016/05/23 13:58:19 [error] 4395#0: *96 rewrite or internal redirection cycle while redirect to named location "@rewrites", client: 172.16.20.1, server: example.com, request: "GET /index.cfm/security HTTP/1.1", host: example.com"2016/05/23 13:58:23 [error] 4395#0: *97 rewrite or internal redirection cycle while redirect to named location "@rewrites", client: 172.16.20.1, server: example.com, request: "GET /security HTTP/1.1", host: example.com"server { listen 80; root /var/www/ufoundmytag/www/;
location / { # First attempt to serve real files or directory, else it sends it to the @rewrite location for processing try_files $uri $uri/ @rewrite; }
location @rewrite { rewrite ^(.*)? /index.cfm$uri last; rewrite ^ /index.cfm last; }
include lucee.conf;}Maybe it can get you going in the right direction.
On 23 May 2016 at 19:04:14, Tony Junkes (tonyj...@gmail.com) wrote:
I'm not entirely familiar with that error but as far as initial rewrites go with nginx, here's a gist of what I typically start with: https://gist.github.com/cfchef/36efc5b99acfe874f4d2
Maybe it can get you going in the right direction.
--
FW/1 documentation: http://framework-one.github.io
FW/1 source code: http://github.com/framework-one/fw1
FW/1 chat / support: https://gitter.im/framework-one/fw1
FW/1 mailing list: http://groups.google.com/group/framework-one
---
You received this message because you are subscribed to a topic in the Google Groups "framework-one" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/framework-one/W9abmf96idg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to framework-on...@googlegroups.com.
Visit this group at https://groups.google.com/group/framework-one.
For more options, visit https://groups.google.com/d/optout.