Hello
I am new to nginx. I have nginx set up as a SSL proxy to Alfresco.
I am having problems with file names containing #. Files containing are not retrieved
I have tried rewriting using
rewrite ^(.*)$ $1 last;
That did not work
Any suggestions would be appreciated
Thanks
I am new to nginx. I have nginx set up as a SSL proxy to Alfresco.
I am having problems with file names containing #. Files containing are not retrieved
I have tried rewriting using
rewrite ^(.*)$ $1 last;
That did not work
Any suggestions would be appreciated
Thanks