-
Notifications
You must be signed in to change notification settings - Fork 5.5k
rolling-router-sticky-sessions ui added #395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rolling-router-sticky-sessions ui added #395
Conversation
cd /tmp && \ | ||
mkdir unzip && \ | ||
wget https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng/get/08a395c66e42.zip && \ | ||
unzip 08a395c66e42.zip -d unzip && \ | ||
ls -la /tmp/unzip && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mikarinneoracle why do we need this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't. I will remove.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed.
@karthequian Should I fix the code indentation? I realized my Atom is using tabs, should I change to spaces (4) instead ? |
@mikarinneoracle I did not see that initially, but I agree. 4 spaces would work better, especially in the php/js code you have. It might make reading it easier, and more consistent with the rest of the files. Thanks for the PR! |
@karthequian Ok, indentation fixed for readability. Thanks! |
@karthequian @mikeraab Hi, I updated the README and did a small fix to error handling in case of network connect error. Please review. |
looks good to me @mikeraab |
Thanks Guys, merging now. |
No description provided.