Skip to content

Instantly share code, notes, and snippets.

View abewartech's full-sized avatar
🏠
Working from home

Rahmad Al Habib abewartech

🏠
Working from home
View GitHub Profile
@abewartech
abewartech / httpd.conf
Created September 15, 2020 11:33
APACHE CONFIG YAMAHA TRACEABILLITY
# Apache Hause .conf file for TLS/1.3 supported versions
#
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.4/> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.4/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
@abewartech
abewartech / nginx.conf
Created September 15, 2020 11:32
NGINX CONFIG YAMAHA TRACEABILLITY
#user nobody;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;