From aa0258d3b6294272e9caa43bdba60eb6e58bc881 Mon Sep 17 00:00:00 2001 From: Chris Cesare Date: Wed, 25 Aug 2021 04:20:35 -0400 Subject: [PATCH] remove duplicate word in README (#136) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33c21e4..4c7b3fe 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ If you can not or don't want to use Docker you can install the application manua ### Hosting -The application runs in a web-server called [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) that is production-ready and that you can expose to the web. If you don't know how to configure your server to expose the application to the web there are several more steps involved. I can not support support the process here, but I can give some pointers on what to search for: +The application runs in a web-server called [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) that is production-ready and that you can expose to the web. If you don't know how to configure your server to expose the application to the web there are several more steps involved. I can not support the process here, but I can give some pointers on what to search for: - first get the app running (described in this document) - open the port that the application is running on in your servers firewall - depending on your network configuration, forward the opened port in your network router, so that the application can be addressed from the internet using your public IP address and the opened port