mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
add reverse proxy inp setup
This commit is contained in:
parent
4fe52d0f05
commit
cdd436bf8a
1 changed files with 21 additions and 0 deletions
|
|
@ -170,6 +170,27 @@
|
|||
/>
|
||||
</div>
|
||||
<!-- end server name-->
|
||||
<!-- server name-->
|
||||
<div class="flex flex-col relative col-span-12 my-3">
|
||||
<h5
|
||||
class="text-lg my-1 transition duration-300 ease-in-out dark:opacity-90 text-md font-bold m-0 dark:text-gray-300"
|
||||
>
|
||||
Reverse proxy path
|
||||
</h5>
|
||||
<label class="sr-only" for="reverse_proxy_path"
|
||||
>Reverse proxy path</label
|
||||
>
|
||||
<input
|
||||
type="text"
|
||||
id="reverse_proxy_path"
|
||||
name="reverse_proxy_path"
|
||||
class="col-span-12 dark:border-slate-600 dark:bg-slate-700 dark:text-gray-300 disabled:opacity-75 focus:valid:border-green-500 focus:invalid:border-red-500 outline-none focus:border-primary text-sm leading-5.6 ease block w-full appearance-none rounded-lg border border-solid border-gray-300 bg-white bg-clip-padding px-4 py-2 font-normal text-gray-700 transition-all placeholder:text-gray-500"
|
||||
placeholder="/path"
|
||||
minlength="1"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
<!-- end server name-->
|
||||
<div class="flex justify-center">
|
||||
<button
|
||||
type="submit"
|
||||
|
|
|
|||
Loading…
Reference in a new issue