Skip to content

First testing release

Pre-release
Pre-release
Compare
Choose a tag to compare
@VerosK VerosK released this 17 Jan 07:12

Test it or leave it.

nginx config snippet for today:

    location /naglite4/ {
		proxy_pass http://localhost:4080/;
        }
    location /naglite4/static/ {
		proxy_pass http://localhost:4080/naglite4/static/ ;
        }