server { listen 80; listen [::]:80; server_name bnewbold.net www.bnewbold.net next.bnewbold.net; access_log /var/log/nginx/bnewnet.access.log; error_log /var/log/nginx/bnewnet.error.log; location / { root /srv/http/bnewbold.net/www/; index index.html index.htm; } # Temporary mirror of old photos stuff location /photos/ { root /srv/http/bnewbold.net/adelie_backup/; index index.html index.htm; } }