This commit is contained in:
Matthos Denys 2021-03-09 21:15:52 +03:00
parent 38d8a2b288
commit a440c7ed6c
5 changed files with 0 additions and 1210 deletions

BIN
srcs/grafana/.DS_Store vendored

Binary file not shown.

View File

@ -1,14 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
</head>
<body>
<div class="container-sm"><h1 class="display-1">phpmyadmin</h1></div>
<?php echo phpinfo();?>
</body>
</html>

View File

@ -1,16 +0,0 @@
server {
listen 0.0.0.0:8086 ssl default_server;
server_name localhost;
ssl_certificate /etc/nginx/ssl/html.pem;
ssl_certificate_key /etc/nginx/ssl/html.key;
root /var/www/localhost/htdocs/;
autoindex on;
index index.php;
location ~ \.php$ {
include fastcgi.conf;
fastcgi_pass 127.0.0.1:9000;
include fastcgi_params;
fastcgi_index index.php;
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +0,0 @@
[supervisord]
nodaemon=true
user=root
[program:php]
command= /usr/sbin/php-fpm7
[program:nginx]
command=sh -c "nginx -g 'daemon off;' && kill -s SIGTERM $(cat supervisord.pid)"