mirror of
https://github.com/Adam-Ant/media-server-in-a-box
synced 2024-12-20 14:44:34 +00:00
Final fixes of muximux
This commit is contained in:
parent
a9ac8724cd
commit
334b4c37ff
@ -4,7 +4,11 @@ server {
|
|||||||
server_name "";
|
server_name "";
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
location ~ \.php$ {
|
|
||||||
|
root /www;
|
||||||
|
index index.php;
|
||||||
|
|
||||||
|
location ~ \.php$ {
|
||||||
try_files $uri =404;
|
try_files $uri =404;
|
||||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||||
fastcgi_pass php:9000;
|
fastcgi_pass php:9000;
|
||||||
|
Loading…
Reference in New Issue
Block a user