Clément Lassieur <[email protected]> writes:
> Ludovic Courtès <[email protected]> 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!