mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
⚡ Allow passing overrides to frontend nginx config
This commit is contained in:
committed by
Andrey Antukh
parent
1eaf7b2b44
commit
d06124e378
@@ -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 _;
|
||||
|
||||
Reference in New Issue
Block a user