Skip to content

Instantly share code, notes, and snippets.

View maHostAdmin's full-sized avatar

maHost maHostAdmin

View GitHub Profile
@maHostAdmin
maHostAdmin / nginx.site.conf
Created February 16, 2018 17:51
Mautic nginx site conf
server {
listen 80;
listen [::]:80;
# HTTP Authentication on
#include common/acl.conf;
server_name mautic.example.com www.mautic.example.com;
access_log /var/log/nginx/mautic.example.com.access.log rt_cache;