servnest-mkosi/mkosi.skeleton/usr/local/share/niver/nginx/onion.template

10 lines
180 B
Plaintext
Raw Normal View History

2022-04-20 00:29:47 +02:00
server {
listen [::1]:{{INTERNAL_ONION_HTTP_PORT}};
server_name {{DOMAIN}};
root {{HT_PATH}}/{{USERNAME}}/ht/{{DIR}};
location / {
try_files $uri $uri.html $uri/ =404;
}
}