mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
⚡ Allow passing overrides to frontend nginx config
This commit is contained in:
parent
1eaf7b2b44
commit
d06124e378
1 changed files with 2 additions and 0 deletions
|
@ -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 _;
|
||||
|
|
Loading…
Add table
Reference in a new issue