0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

Allow passing overrides to frontend nginx config

This commit is contained in:
Frederik Ring 2023-09-05 20:49:41 +02:00 committed by Andrey Antukh
parent 1eaf7b2b44
commit d06124e378

View file

@ -50,6 +50,8 @@ http {
proxy_cache_valid any 48h;
proxy_cache_key "$host$request_uri";
include /etc/nginx/overrides.d/*.conf;
server {
listen 80 default_server;
server_name _;