Untitled
unknown
plain_text
a year ago
483 B
8
Indexable
Never
location /account { proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Content-Security-Policy upgrade-insecure-requests; proxy_pass http://auth; #return 301 https://devauth.domain.ru$request_uri; }