diff options
Diffstat (limited to 'nginx.conf')
-rw-r--r-- | nginx.conf | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nginx.conf b/nginx.conf deleted file mode 100644 index 257c568..0000000 --- a/nginx.conf +++ /dev/null @@ -1,13 +0,0 @@ -server { - listen 80 default_server; - listen [::]:80 default_server; - - root /usr/share/nginx/html; - - location / { - sendfile on; - tcp_nopush on; - sendfile_max_chunk 1m; - index index.html; - } -}
\ No newline at end of file |