How to configure rewrites or security download hashed link with expiration date

2014-08-24 Thread farukest
Hi i have a video publishing website and have tons of ".mp4" videos in my website. I want to use hashing . But i couldn't understand documentation how to use this configuration. My first question : Is it possible to use this configuration in localhost, because first i should try with localhost. I c

Re: i cant use limit_conn_zone

2014-07-09 Thread farukest
I realized now, master process off is not enough to playing HD movies. It gives error after a while. But i want to thank you because making block for a while, using master process and limit_conn destroyed the attacking. Now i turn my nginx.conf to master_process on. Everything is alright. Thank you

Re: i cant use limit_conn_zone

2014-07-09 Thread farukest
Thank you for your care. It works like a charm. But sometimes page is not loading correctly. what is the logic of "zone=addr:10m;" and i want to block website entering (fast entering) and last question what location should i define for "wp-content/uploads/somevideo.mp4" per ip. Thanks in advance yo

Re: i cant use limit_conn_zone

2014-07-08 Thread farukest
Thank you i did what you said and it is working good. does this process slow down the website ? If it does, what should i do for as an alternative speed. Any idea ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251561,251590#msg-251590 ___ n

Re: i cant use limit_conn_zone

2014-07-08 Thread farukest
Thank you for your care, yes I know but i have to use windows.. I added "master_process on;" to global level. There is not any problem from here. now how does it allow me to limit connection per ip ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251561,251577#msg-251577 _

Re: i cant use limit_conn_zone

2014-07-08 Thread farukest
By the way i read this document. It says you should never use nginx in "master_process off" mode. http://nginx.org/en/docs/faq/daemon_master_process_off.html Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251561,251573#msg-251573 ___ nginx m

Re: i cant use limit_conn_zone

2014-07-08 Thread farukest
Thank you for your information. I understood what you are explaining about. But i heard for the first time, what is the "master_process off" mode. How can i use it with nignx (By the way i'm using portable nginx,php,mysql windows app). I really need help. Thanks is advance. Posted at Nginx Forum:

Re: i cant use limit_conn_zone

2014-07-08 Thread farukest
First of all i should say , my english not so good... And now my website is underattack. I have to limit. I'm using WT-NMP to use nginx php and mysql so i should use some code in nginx.conf. E.g I'm using "limit_rate 700k" . But i dont understand what should i do, Please give me more information..

Re: i cant use limit_conn_zone

2014-07-08 Thread farukest
Thank your for your care but i dont understand which documentation shoul i read ? i entered http://nginx-win.ecsds.eu/ works but i could not find the documentation about limiting. Can you give me more information. I need help. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251561,251566

i cant use limit_conn_zone

2014-07-08 Thread farukest
I want to add some code to my nginx.conf , im using portable nginx php mysql dev stack (WT-NMP). Anyway when i add " limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s; " in http {.. , nginx is not working correctly. where do i go wrong, i need help. Thanks in advance Posted at Nginx Fo