perusio / drupal-with-nginx

Running Drupal using nginx: an idiosyncratically crafted bleeding edge configuration.
855 stars 246 forks source link

Fixed HTTPoxy vulnerability ref #251 #252

Closed kkomelin closed 8 years ago

kkomelin commented 8 years ago

More info https://httpoxy.org

kkomelin commented 8 years ago

Accidentally included redundant commit, closing this PR in order to create a correct one.

rfay commented 8 years ago

Just FYI in the future you can force-push into your PR to update it before it's pulled.

kkomelin commented 8 years ago

Thanks @rfay. This is the first time I deal with such collision. Could you please refer to documentation?

kkomelin commented 8 years ago

@rfay No worries. I have sorted it out. Here is the correct PR https://github.com/perusio/drupal-with-nginx/pull/253

rfay commented 8 years ago

git commit --amend (or rebase, or whatever) git push --force (into your own fork, which is where the PR lives)