9 lines
167 B
Text
9 lines
167 B
Text
server {
|
|
listen 80;
|
|
root /var/www/website/invidious;
|
|
server_name inv.zzls.xyz;
|
|
include configs/general.conf;
|
|
include configs/robotsNone.conf;
|
|
|
|
listen 443 ssl;
|
|
}
|