Fix frontend docker
[clamp.git] / ui-react / nginx / nginx.conf
diff --git a/ui-react/nginx/nginx.conf b/ui-react/nginx/nginx.conf
deleted file mode 100644 (file)
index 758a646..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-server {
-
-  listen 80;
-
-  location / {
-    root   /usr/share/nginx/html;
-    index  index.html index.htm;
-    try_files $uri $uri/ /index.html;
-  }
-
-  error_page   500 502 503 504  /50x.html;
-
-  location = /50x.html {
-    root   /usr/share/nginx/html;
-  }
-
-}
\ No newline at end of file