mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-28 16:57:07 +02:00
Update to 2024-05-15 15:01
This commit is contained in:
@@ -45,6 +45,7 @@ server {
|
||||
set $redirect_uri "$upstream_http_location";
|
||||
set $redirect_host "$upstream_http_x_host";
|
||||
set $redirect_cache_control "$upstream_http_cache_control";
|
||||
set $real_mtype "$upstream_http_x_mtype";
|
||||
|
||||
proxy_buffering off;
|
||||
|
||||
@@ -59,6 +60,7 @@ server {
|
||||
add_header x-internal-redirect "$redirect_uri";
|
||||
add_header x-cache-control "$redirect_cache_control";
|
||||
add_header cache-control "$redirect_cache_control";
|
||||
add_header content-type "$real_mtype";
|
||||
}
|
||||
|
||||
location /assets {
|
||||
|
@@ -7,7 +7,7 @@ Type=simple
|
||||
User={{ penpot_user }}
|
||||
WorkingDirectory={{ penpot_root_dir }}/backend
|
||||
EnvironmentFile={{ penpot_root_dir }}/etc/env
|
||||
Environment=JAVA_HOME=/usr/lib/jvm/java-17
|
||||
Environment=JAVA_HOME=/usr/lib/jvm/java-21
|
||||
ExecStart={{ penpot_root_dir }}/backend/run.sh
|
||||
SuccessExitStatus=143
|
||||
PrivateTmp=yes
|
||||
|
Reference in New Issue
Block a user