diff options
Diffstat (limited to 'ui-react/nginx/nginx.conf')
-rw-r--r-- | ui-react/nginx/nginx.conf | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ui-react/nginx/nginx.conf b/ui-react/nginx/nginx.conf deleted file mode 100644 index 758a646e5..000000000 --- a/ui-react/nginx/nginx.conf +++ /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 |