⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.96
Server IP:
147.93.97.220
Server:
Linux srv843233 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
usr
/
lib
/
systemd
/
system
/
View File Name :
varnish.service
[Unit] Description=Varnish Cache, a high-performance HTTP accelerator After=network-online.target nss-lookup.target [Service] Type=forking KillMode=mixed Restart=always RestartSec=3 # Maximum number of open files (for ulimit -n) LimitNOFILE=131072 # Shared memory (VSM) segments are tentatively locked in memory. The # default value for vsl_space (or shorthand varnishd -l option) is 80MB. # There are other types of segments that would benefit from allowing # more memory to be locked. LimitMEMLOCK=100M # Enable this to avoid "fork failed" on reload. TasksMax=infinity # Maximum size of the corefile. LimitCORE=infinity # A PID file makes the main process selection deterministic. RuntimeDirectory=%N PIDFile=%t/%N/varnishd.pid ExecStart=/usr/sbin/varnishd \ -a :6081 \ -f /etc/varnish/default.vcl \ -P %t/%N/varnishd.pid \ -p feature=+http2 \ -p http_resp_hdr_len=40000 \ -s malloc,512m ExecReload=/usr/sbin/varnishreload [Install] WantedBy=multi-user.target