mirror of
https://github.com/penpot/penpot.git
synced 2025-05-03 17:55:53 +02: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_valid any 48h;
|
||||||
proxy_cache_key "$host$request_uri";
|
proxy_cache_key "$host$request_uri";
|
||||||
|
|
||||||
|
include /etc/nginx/overrides.d/*.conf;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
Loading…
Add table
Reference in a new issue