aboutsummaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-02-12 14:51:37 +0000
committerJulio Capote <jcapote@gmail.com>2023-02-12 14:51:37 +0000
commitf374aae962d25beeeb05f180e59cdef7c9e3be9b (patch)
tree431b9e356474bb9e3e8d1e20936a024570cf8c66 /nginx.conf
parent72d883f2d3db0b599a9548afbdc01dab0c903ce6 (diff)
downloadcapotej.com-f374aae962d25beeeb05f180e59cdef7c9e3be9b.tar.gz
remove container stuff
Diffstat (limited to '')
-rw-r--r--nginx.conf13
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