mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 10:51:27 +01: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
	 Daniel Berteaud
					Daniel Berteaud