User Tools

Site Tools


networking:tomatousb
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


networking:tomatousb [2019/07/10 10:27] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Latest TomatoUSB Version ARM/MIPS ======
 +[[https://freshtomato.org|freshtomato.org]]
  
 +====== PHP 7 config inside NGINX ======
 +<code>
 +open_basedir =/tmp/mnt/usb/www
 +date.timezone = Europe/Prague
 +expose_php = Off
 +disable_functions = system,passthru,suexec,eval,show_source,dl,escapeshellcmd,ini_restore,ini_set
 +memory_limit = 16M
 +</code>
 +====== Access log ======
 +cat /tmp/var/log/nginx/access.log
 +
 +====== NGINX TLS ======
 +<code>
 +listen 443 ssl;
 +server_name         www.example.com;
 +keepalive_timeout   70;
 +ssl_certificate     www.example.com.crt;
 +ssl_certificate_key www.example.com.key;
 +ssl_protocols       TLSv1 TLSv1.1 TLSv1.2;
 +ssl_ciphers         HIGH:!aNULL:!MD5;        
 +</code>
networking/tomatousb.txt · Last modified: 2019/07/10 10:27 by Jan Forman