aboutsummaryrefslogtreecommitdiff
path: root/static/files/articles/site-backend/pabstor.conf.txt
blob: 533e0882db21403254d5184e48d0db511c5c164a (plain)
1
2
3
4
5
6
7
8
9
10
11
server {
  listen unix:/var/run/tor/pabstor.sock;
  server_name pabstordmsrzhushs5drpb5mtb2ml56iyacidsjfebl2jlss65rlbsqd.onion;
  root /store/www/pabstordmsrzhushs5drpb5mtb2ml56iyacidsjfebl2jlss65rlbsqd.onion/htdocs;
  index index.html;
  access_log /var/log/nginx/pabstor-access.log;

  # enable compression, compress common types
  gzip on;
  gzip_types text/html text/plain text/xml text/css text/javascript application/x-javascript text/csv application/json text/json image/svg+xml;
}