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

10 lines
161 B
Plaintext
Executable File

server {
listen [::1]:80;
server_name DOMAIN;
root /srv/hyper/USER/hyper/DIR;
location / {
try_files $uri $uri.html $uri/ =404;
}
}