Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
Bug 962373 Remove '?' from http -> https redirect for marketplace ngi…
Browse files Browse the repository at this point in the history
…nx configuration.
  • Loading branch information
jasonthomas committed Jan 22, 2014
1 parent a8da901 commit 9b02db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/marketplace/templates/nginx/marketplace.conf
Expand Up @@ -12,7 +12,7 @@ server {
listen 80;
server_name <%= https_redirect_names.join(' ') %>;

return 301 https://<%= https_redirect_to %>$request_uri?;
return 301 https://<%= https_redirect_to %>$request_uri;

access_log /var/log/nginx/<%= config_name %>/access.log main buffer=32k;
access_log /var/log/nginx/<%= config_name %>/metrics.log marketplace_metrics buffer=32k;
Expand Down

0 comments on commit 9b02db6

Please sign in to comment.