🇦🇪
Focusing
Highlights
Pinned Loading
-
flask-app-blueprint
flask-app-blueprint Public templateBlueprint for multimodule flask apps
-
Synalytica/fastapi-svelte-template
Synalytica/fastapi-svelte-template Public templateSvelteJS + fastapi + docker-compose (with mongodb and material ui support)
-
airflow-template
airflow-template Public templateairflow + postgresql + docker-compose + celery
Dockerfile
-
Django generic location model compat...
Django generic location model compatible with Google MapsAPI 1class Location(models.Model):
23id = models.AutoField(primary_key=True)
4place_id = models.CharField(max_length=128, unique=True, editable=False) # used to reference the place using maps API
5name = models.CharField(max_length=100) # can be used for object referral
-
How to proxy web apps using nginx?
How to proxy web apps using nginx? 1# Virtual Hosts on nginx (CSC309)
23When hosting our web applications, we often have one public IP
4address (_i.e.,_ an IP address visible to the outside world)
5using which we want to host multiple web apps. For example, one
-
NGINX tuning for best performance
NGINX tuning for best performance 1### Moved to git repository: https://github.com/denji/nginx-tuning
23NGINX Tuning For Best Performance
4=================================
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.