Ubuntu Pastebin

Paste from unknown at Fri, 14 Apr 2017 17:10:57 +0000

Download as text
1
2
3
4
5
6
server {
    listen         80;
    listen    [::]:80;
    server_name    localhost;
    return         301 https://$server_name$request_uri;
}
Download as text