Commit a128ef57f8ab38d43cc9a219389de9960219ae69

Authored by Alexis Gavoty
1 parent aed02bb459
Exists in master

Update nginx.conf

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

1   -location PATHTOCHANGE {
  1 +location PATHTOCHANGE/ {
2 2 alias ALIASTOCHANGE;
3 3 if ($scheme = http) {
4 4 rewrite ^ https://$server_name$request_uri? permanent;