Update 'scripts/pigallery2/manifest.dat'
parent
35a686619a
commit
a7865044aa
|
@ -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")
|
Loading…
Reference in New Issue