fallback -> fallbacks

This commit is contained in:
RPRX
2020-08-29 04:45:16 +00:00
committed by GitHub
parent 94331b52bf
commit 554fa9a343
6 changed files with 50 additions and 67 deletions

View File

@@ -48,21 +48,4 @@ http {
error_page 500 502 503 504 /50x.html;
}
server {
listen 127.0.0.1:8002 http2;
server_name yourserver_8002.com;
charset utf-8;
access_log logs/yourserver_8002.access.log main;
location / {
root /var/www/html;
}
error_page 404 /404.html;
error_page 500 502 503 504 /50x.html;
}
}