onion.template 161 B

123456789
  1. server {
  2. listen [::1]:80;
  3. server_name DOMAIN;
  4. root /srv/hyper/USER/hyper/DIR;
  5. location / {
  6. try_files $uri $uri.html $uri/ =404;
  7. }
  8. }