Skip to content

Instantly share code, notes, and snippets.

View RoccoHoward's full-sized avatar
🏠
Home Office

Rocco Howard RoccoHoward

🏠
Home Office
View GitHub Profile
@RoccoHoward
RoccoHoward / phpmyadmin.conf
Last active December 5, 2017 03:23
nginx-phpmyadmin-conf
server {
listen 80;
server_name db;
root /usr/share/phpmyadmin;
index index.php;
access_log off;
error_log /var/log/nginx/db.error.log error;
error_log /var/log/nginx/db.debug.log debug;
#! /bin/sh
### BEGIN INIT INFO
# Provides: supervisord
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Example initscript
# Description: This file should be used to construct scripts to be
# placed in /etc/init.d.