Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Helmo
ISPConfig 3
Commits
33854f29
Commit
33854f29
authored
Jul 31, 2018
by
Till Brehm
Browse files
Show {DOCROOT_CLIENT} placeholder on options tab of the website.
parent
6f2f1ec2
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/templates/web_vhost_domain_advanced.htm
View file @
33854f29
...
...
@@ -98,13 +98,13 @@
<div
class=
"form-group apache"
>
<label
for=
"apache_directives"
class=
"col-sm-3 control-label"
>
{tmpl_var name='apache_directives_txt'}
</label>
<div
class=
"col-sm-9"
><textarea
class=
"form-control"
name=
"apache_directives"
id=
"apache_directives"
rows=
'10'
cols=
'50'
>
{tmpl_var name='apache_directives'}
</textarea>
<b>
{tmpl_var name="available_apache_directive_snippets_txt"}
</b><br><br>
{tmpl_var name="apache_directive_snippets_txt"}
<br>
----
<br><b>
{tmpl_var name='variables_txt'}:
</b>
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
{DOCROOT}
</a>
<b>
{tmpl_var name="available_apache_directive_snippets_txt"}
</b><br><br>
{tmpl_var name="apache_directive_snippets_txt"}
<br>
----
<br><b>
{tmpl_var name='variables_txt'}:
</b>
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
{DOCROOT}
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
{DOCROOT_CLIENT}
</a>
</div>
</div>
<div
class=
"form-group nginx"
>
<label
for=
"nginx_directives"
class=
"col-sm-3 control-label"
>
{tmpl_var name='nginx_directives_txt'}
</label>
<div
class=
"col-sm-9"
><textarea
class=
"form-control"
name=
"nginx_directives"
id=
"nginx_directives"
rows=
'10'
cols=
'50'
>
{tmpl_var name='nginx_directives'}
</textarea>
<b>
{tmpl_var name="available_nginx_directive_snippets_txt"}
</b><br><br>
{tmpl_var name="nginx_directive_snippets_txt"}
<br>
----
<br><b>
{tmpl_var name='variables_txt'}:
</b>
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
{DOCROOT}
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
{FASTCGIPASS}
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
{PHPFALLBACKFASTCGIPASS}
</a>
<b>
{tmpl_var name="available_nginx_directive_snippets_txt"}
</b><br><br>
{tmpl_var name="nginx_directive_snippets_txt"}
<br>
----
<br><b>
{tmpl_var name='variables_txt'}:
</b>
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
{DOCROOT}
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
{DOCROOT_CLIENT}
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
{FASTCGIPASS}
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
{PHPFALLBACKFASTCGIPASS}
</a>
</div>
</div>
<div
class=
"form-group proxy"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment