summaryrefslogtreecommitdiffstats
path: root/nginx/gallery_remmy_io.sls
AgeCommit message (Collapse)AuthorFilesLines
2023-11-06Add old proxying headersJohannes Löthberg1-0/+9
2023-11-06Add old gallery changesJohannes Löthberg1-14/+10
2023-11-06Drop matrixJohannes Löthberg1-1/+0
2020-05-31Remove spurious semicolonsJohannes Löthberg1-2/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2020-05-31gallery: Bump proxy timeouts to 3 minutesJohannes Löthberg1-0/+2
For larger images or depending on the connection, uploading an image might take more than a minute and then cause a timeout. Bump it to 3 minutes which should hopefully be enough. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2020-05-27Add client_max_body_size to bypass galleryJohannes Löthberg1-0/+2
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2020-05-27Fix gallery-bypass to use separate certJohannes Löthberg1-2/+54
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2020-05-27Remove broken location css header from galleryJohannes Löthberg1-3/+0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2020-05-27gallery: Add server name bypassing cloudflareJohannes Löthberg1-2/+2
Required to bypass upload limits on free accounts. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2020-05-27gallery: Add missing protocol to proxy_passJohannes Löthberg1-1/+1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2020-05-27Add proxy_pass to galleryJohannes Löthberg1-0/+59
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>