Blame public/fs/etc/nginx/vhosts.d/midipix.org.conf
|
root@culturestrings |
05fb43 |
server {
|
|
root@culturestrings |
05fb43 |
listen [::]:80;
|
|
root@culturestrings |
05fb43 |
server_name midipix.org;
|
|
root@culturestrings |
05fb43 |
return 301 https://$server_name$request_uri;
|
|
root@culturestrings |
05fb43 |
}
|
|
root@culturestrings |
05fb43 |
|
|
root@culturestrings |
05fb43 |
server {
|
|
root@culturestrings |
05fb43 |
listen [::]:443;
|
|
root@culturestrings |
05fb43 |
server_name midipix.org;
|
|
root@culturestrings |
05fb43 |
|
|
root@culturestrings |
05fb43 |
location /dl {
|
|
root@culturestrings |
05fb43 |
root /srv/www/htdocs/$host;
|
|
root@culturestrings |
05fb43 |
fancyindex on;
|
|
root@culturestrings |
05fb43 |
ssi on;
|
|
root@culturestrings |
05fb43 |
}
|
|
root@culturestrings |
05fb43 |
|
|
root@culturestrings |
05fb43 |
location /mirror {
|
|
root@culturestrings |
05fb43 |
root /srv/www/htdocs/$host;
|
|
root@culturestrings |
05fb43 |
fancyindex on;
|
|
root@culturestrings |
05fb43 |
ssi on;
|
|
root@culturestrings |
05fb43 |
}
|
|
root@culturestrings |
05fb43 |
|
|
root@culturestrings |
05fb43 |
location / {
|
|
root@culturestrings |
05fb43 |
root /srv/www/htdocs/$host/;
|
|
root@culturestrings |
05fb43 |
index index.html index.htm;
|
|
root@culturestrings |
05fb43 |
ssi on;
|
|
root@culturestrings |
05fb43 |
}
|
|
root@culturestrings |
05fb43 |
|
|
root@culturestrings |
41c9d2 |
ssl_certificate /home/webroot/midipix.org/ssl/gandi/midipix.org.pem;
|
|
root@culturestrings |
41c9d2 |
ssl_certificate_key /home/webroot/midipix.org/ssl/gandi/midipix.org.key;
|
|
root@culturestrings |
05fb43 |
|
|
root@culturestrings |
05fb43 |
include conf.d/ssl_params;
|
|
root@culturestrings |
05fb43 |
}
|