Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: http and https on same server

$
0
0
server {
listen 80;
server_name www.domain.nl;
return 301 https://www.domain.nl$request_uri;
}

server {
listen 443;
server_name www.domain.nl;
[...]
}

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>