[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#32233: Cuirass: Berlin web API times out
From: |
Clément Lassieur |
Subject: |
bug#32233: Cuirass: Berlin web API times out |
Date: |
Mon, 30 Jul 2018 01:25:31 +0200 |
User-agent: |
mu4e 1.0; emacs 26.1 |
Clément Lassieur <address@hidden> writes:
> Ludovic Courtès <address@hidden> writes:
[...]
>> Hmm, I think nginx should still expose both the Cuirass HTTP API and UI
>> and ‘guix publish’ on ports 80 and 443. So we just need to have:
>>
>> location / { proxy_pass http://localhost:8081; }
>>
>> and then exceptions for ‘guix publish’:
>>
>> location \.narinfo { … }
>> location /nar/ { … }
>> location /log/ { … }
>> location /file/ { … }
>>
>> WDYT? Or am I missing something?
>
> No :-) Sounds good!
Pushed!