Remove instance 404 redirect

This commit is contained in:
Andras Bacsai
2023-06-23 14:20:47 +02:00
parent a830e0f59c
commit 0bade9add3
9 changed files with 37 additions and 16 deletions

View File

@@ -27,10 +27,9 @@
configs.
</div>
@endif
@if ($server->id !== 0)
<x-forms.input id="redirect_url" label="Default redirect"
placeholder="https://coolify.io" />
@endif
<x-forms.input placeholder="https://coolify.io" id="redirect_url"
label="Default Redirect 404"
helper="All urls that has no service available will be redirected to this domain.<span class='text-helper'>You can set to your main marketing page or your social media link.</span>" />
<div class="container w-full mx-auto">
<livewire:activity-monitor :header="true" />
</div>