ok
Direktori : /proc/thread-self/root/proc/thread-self/root/usr/local/sitepad/lib/panels/cwp/ |
Current File : //proc/thread-self/root/proc/thread-self/root/usr/local/sitepad/lib/panels/cwp/sitepad_nginx.conf |
location /sitepad { root /usr/local/cwp; index index.html index.htm index.php; location ~ \.php$ { try_files $uri =404; fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_read_timeout 600; fastcgi_pass unix:/usr/local/cwp/php71/var/sockets/cwpsrv.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_NAME $fastcgi_script_name; include fastcgi_params; } location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ { access_log off; log_not_found off; expires 1M; } }