Bob Mottram 7 anni fa
parent
commit
92bb07ce34
1 ha cambiato i file con 0 aggiunte e 8 eliminazioni
  1. 0
    8
      src/freedombone-app-cryptpad

+ 0
- 8
src/freedombone-app-cryptpad Vedi File

@@ -313,10 +313,6 @@ function mesh_install_cryptpad {
313 313
     echo '    try_files $uri =404;' >> $cryptpad_nginx_site
314 314
     echo '  }' >> $cryptpad_nginx_site
315 315
     echo '' >> $cryptpad_nginx_site
316
-    echo '  location ^~ /contact.html {' >> $cryptpad_nginx_site
317
-    echo '    try_files $uri =404;' >> $cryptpad_nginx_site
318
-    echo '  }' >> $cryptpad_nginx_site
319
-    echo '' >> $cryptpad_nginx_site
320 316
     echo '  location ^~ /what-is-cryptpad.html {' >> $cryptpad_nginx_site
321 317
     echo '    try_files $uri =404;' >> $cryptpad_nginx_site
322 318
     echo '  }' >> $cryptpad_nginx_site
@@ -484,10 +480,6 @@ function install_cryptpad_main {
484 480
     echo '    try_files $uri =404;' >> $cryptpad_nginx_site
485 481
     echo '  }' >> $cryptpad_nginx_site
486 482
     echo '' >> $cryptpad_nginx_site
487
-    echo '  location ^~ /contact.html {' >> $cryptpad_nginx_site
488
-    echo '    try_files $uri =404;' >> $cryptpad_nginx_site
489
-    echo '  }' >> $cryptpad_nginx_site
490
-    echo '' >> $cryptpad_nginx_site
491 483
     echo '  location ^~ /what-is-cryptpad.html {' >> $cryptpad_nginx_site
492 484
     echo '    try_files $uri =404;' >> $cryptpad_nginx_site
493 485
     echo '  }' >> $cryptpad_nginx_site