Category "centos8"

failed to synchronize cache for repo AppStream

My centos machine has no connection to internet. I need to install make utility to compile some modules from source code. I am getting this error while i run yu

server certificate does NOT include an ID which matches the server name by django

my django application(ssl) is strange... This is the application structure. there is 4 apps. mysite |-app1 |-app2 |-app3 |-app4 main app is app1. now, ther

How do I setup files to run multiple flask (nginx, gunicorn) applications on one server? (specify separate ports)

After getting each application to run on their own you need to specify the port in the application, nginx and gunicorn/service files. I am using AWS with Centos