Compare commits

..

No commits in common. "d733f15917f2aafe77b3e90b11703418c2e0a84d" and "0a497ef350940398f2b83a2f578c269a2450e84b" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -20,8 +20,8 @@ console.log(query);
</script>
</head>
<body>
<button type=button onClick="restart('sudo systemctl restart minidlna.service')">MiniDLNA</button>
<!-- <button type=button onClick="restart('ls -al')">MiniDLNA</button> -->
<!-- <button type=button onClick="restart('sudo systemctl restart minidlna.service')">MiniDLNA</button> -->
<button type=button onClick="restart('ls -al')">MiniDLNA</button>
<div id="result">
</div>
</body>

View File

@ -6,10 +6,9 @@ location __PATH__/ {
index index.html;
try_files $uri index.html;
location ~ \.php {
fastcgi_split_path_info ^(.+\.php)(.*)$;
fastcgi_param SCRIPT_FILENAME $request_filename;
include fastcgi_params;
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
}