Compare commits

..

No commits in common. "65dac4640ad0741228899bf9c66ad573b72f557f" and "5041258de05a72a20659e42dfc215223a3504bea" have entirely different histories.

View File

@ -1,9 +1,3 @@
map $http_x_forwarded_proto $forwarded_scheme {
default $scheme;
http http;
https https;
}
server {
listen 80 default_server;
listen [::]:80 default_server;