File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ server {
41
41
42
42
{% if value == "444" %}
43
43
ssl_reject_handshake on;
44
- return 444;
44
+ location / { return 444; }
45
45
{% else %}
46
46
ssl_certificate ;
47
47
ssl_certificate_key ;
@@ -51,9 +51,7 @@ server {
51
51
{% endif %}
52
52
53
53
{% if value == "redirect" %}
54
- location / {
55
- return 307 {{ meta.redirect }};
56
- }
54
+ location / { return 307 {{ meta.redirect }}; }
57
55
{% endif %}
58
56
59
57
{% if value == "congratulations" %}
Original file line number Diff line number Diff line change 182
182
"settings" : {
183
183
"default-site" : " Standard-Seite" ,
184
184
"default-site-404" : " Dead Seite" ,
185
- "default-site-444" : " Verbindung abbrechen - erlaubt nur certbot dns-challenge " ,
185
+ "default-site-444" : " Verbindung abbrechen" ,
186
186
"default-site-congratulations" : " Glückwunsch-Seite" ,
187
187
"default-site-description" : " Was angezeigt werden soll, wenn Nginx einen unbekannten Host antrifft" ,
188
188
"default-site-html" : " Individuelle Seite" ,
Original file line number Diff line number Diff line change 182
182
"settings" : {
183
183
"default-site" : " Default Site" ,
184
184
"default-site-404" : " 404 Page" ,
185
- "default-site-444" : " Drop connection - only allows certbot dns-challenge " ,
185
+ "default-site-444" : " Drop connection" ,
186
186
"default-site-congratulations" : " Congratulations Page" ,
187
187
"default-site-description" : " What to show when Nginx is hit with an unknown Host" ,
188
188
"default-site-html" : " Custom Page" ,
Original file line number Diff line number Diff line change 182
182
"settings" : {
183
183
"default-site" : " Sito predefinito" ,
184
184
"default-site-404" : " Pagina 404" ,
185
- "default-site-444" : " Interrompi la connessione: consenti solo certbot dns-challenge " ,
185
+ "default-site-444" : " Interrompi la connessione" ,
186
186
"default-site-congratulations" : " Pagina di congratulazioni" ,
187
187
"default-site-description" : " Cosa mostrare quando Nginx viene raggiunto da un host sconosciuto" ,
188
188
"default-site-html" : " Pagina personalizzata" ,
You can’t perform that action at this time.
0 commit comments