8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
|
server {
|
||
|
listen 8000;
|
||
|
listen [::]:8000;
|
||
|
root /home/isaac/www/jellyfin-vue.shoebottom.ca;
|
||
|
index index.html;
|
||
|
server_name jellyfin-vue.shoebottom.ca;
|
||
|
}
|