added nginx-phpmyadmin.conf

This commit is contained in:
Bachir Soussi Chiadmi
2018-04-06 10:51:11 +02:00
parent e1a7b811e2
commit 8f21321eaf
4 changed files with 81 additions and 15 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
server {
listen 80;
server_name yourdomain.ltd;
root /var/www/yourdomain.ltd/public_html;
index index.html index.php;
server_name yourdomain.ltd;
charset utf-8;
location / {