Update nginx_no_https.example

im dumb
merge-requests/208/head
Thomas Lynch 4 years ago committed by GitHub
parent ed3a3b5697
commit 4763764e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      configs/nginx_no_https.example

@ -5,7 +5,6 @@ upstream chan {
server {
server_name domain.com www.domain.com;
server_tokens off;
error_page 404 = /path/to/jschan/static/html/404.html;
error_page 502 = /path/to/jschan/static/html/502.html;
client_max_body_size 0; #limit handled by upstream for better errors

Loading…
Cancel
Save