servnest
/
system
Archived
1
0
Fork 0
This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
system/config/share/nginx/onion.template

15 lines
225 B
Plaintext

server {
listen [::1]:80;
server_name DOMAIN;
root /srv/ht/USER/ht/DIR;
include inc/errors.conf;
access_log off;
error_log off;
location / {
try_files $uri $uri.html $uri/ =404;
}
}