server { listen 80; server_name snipe.ixvd.net; # SSL is managed by certbot, no need for a ssl listen; it will be generated automagically! # default html page location / { proxy_http_version 1.1; 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 X-Forwarded-Proto https; proxy_pass http://snipeit; } }