Untitled
unknown
plain_text
2 years ago
483 B
12
Indexable
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; }
Editor is loading...