Update 'scripts/pigallery2/manifest.dat'

pull/4/head
drunkendog 2022-09-30 17:35:20 +01:00
parent 35a686619a
commit a7865044aa
1 changed files with 4 additions and 1 deletions

View File

@ -6,4 +6,7 @@
@ pigallery2
%
@ #ADDITIONAL_REPLACE
@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";")
@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";")
%
@ #START_CONTAINER
@ os.system("mkdir -p /opt/pigallery2/config /opt/pigallery2/sqlite/ && touch /opt/pigallery2/config/config.json /opt/pigallery2/sqlite/sqlite.db")