added nginx-phpmyadmin.conf
This commit is contained in:
+2
-2
@@ -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 / {
|
||||
|
||||
Reference in New Issue
Block a user