PMA nginx conf
This commit is contained in:
20
conf/pmaapache.conf
Normal file
20
conf/pmaapache.conf
Normal file
@ -0,0 +1,20 @@
|
||||
Listen 8080
|
||||
|
||||
<VirtualHost *:8080>
|
||||
|
||||
ServerName localhost
|
||||
|
||||
<Directory /usr/share/phpmyadmin>
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
DocumentRoot /usr/share/phpmyadmin
|
||||
|
||||
Include /etc/phpmyadmin/apache.conf
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/phpmyadmin.error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/phpmyadmin.access.log combined
|
||||
|
||||
|
||||
</VirtualHost>
|
Reference in New Issue
Block a user