Skip to content

Instantly share code, notes, and snippets.

View reyemtm's full-sized avatar
🎯
Focusing

Malcolm Meyer reyemtm

🎯
Focusing
View GitHub Profile
@reyemtm
reyemtm / nginx.conf
Last active November 20, 2024 14:06
open-stack-nginx-conf
events {}
http {
# Proxy cache configuration (can be disabled if unnecessary)
proxy_cache_path /var/www/cache levels=1:2 keys_zone=tile-cache:100m max_size=1000m inactive=120m;
proxy_temp_path /var/www/cache/tmp;
server {
listen 80;
server_name localhost;