Fancyindex
Open up a terminal and ssh into your server. Once in, run sudo nano /etc/nginx/apps/external.conf and paste the contents in the codeblock below: # This config serves an unprotected index of files stored at /srv/external (from the softlinked path) location /external { include /etc/nginx/snippets/fancyindex.conf; } Now, we’re going to softlink the folder we want to share to /srv/external. This allows for you to share a folder from your user folder, or anywhere else on the machine to the public....