/etc/nginx/conf.d/users
proxy_cache_path /var/cache/ea-nginx/proxy/moravianchurch levels=1:2 keys_zone=moravianchurch:10m inactive=60m; #### main domain for moravianchurch ## server { server_name moravianchurch.rw www.moravianchurch.rw mail.moravianchurch.rw moravianchurch.rw.67-217-58-16.cpanel.site www.moravianchurch.rw.67-217-58-16.cpanel.site mail.moravianchurch.rw.67-217-58-16.cpanel.site; listen 80; listen [::]:80; include conf.d/includes-optional/cloudflare.conf; set $CPANEL_APACHE_PROXY_PASS $scheme://apache_backend_${scheme}_67_217_58_16; # For includes: set $CPANEL_APACHE_PROXY_IP 67.217.58.16; set $CPANEL_APACHE_PROXY_SSL_IP 67.217.58.16; set $CPANEL_SERVICE_SUBDOMAIN 0; set $CPANEL_PROXY_CACHE moravianchurch; set $CPANEL_SKIP_PROXY_CACHING 0; listen 443 ssl; listen [::]:443 ssl; http2 off; ssl_certificate /var/cpanel/ssl/apache_tls/moravianchurch.rw/combined; ssl_certificate_key /var/cpanel/ssl/apache_tls/moravianchurch.rw/combined; ssl_protocols TLSv1.2 TLSv1.3; proxy_ssl_protocols TLSv1.2 TLSv1.3; ssl_prefer_server_ciphers on; ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256; proxy_ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256; root "/home/moravianchurch/public_html"; location /cpanelwebcall { include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass http://127.0.0.1:2082/cpanelwebcall; } location /Microsoft-Server-ActiveSync { include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass http://127.0.0.1:2090/Microsoft-Server-ActiveSync; } location = /favicon.ico { allow all; log_not_found off; access_log off; include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass $CPANEL_APACHE_PROXY_PASS; } location = /robots.txt { allow all; log_not_found off; access_log off; include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass $CPANEL_APACHE_PROXY_PASS; } location / { proxy_cache $CPANEL_PROXY_CACHE; proxy_no_cache $CPANEL_SKIP_PROXY_CACHING; proxy_cache_bypass $CPANEL_SKIP_PROXY_CACHING; proxy_cache_valid 200 301 302 60m; proxy_cache_valid 404 1m; proxy_cache_use_stale error timeout http_429 http_500 http_502 http_503 http_504; proxy_cache_background_update on; proxy_cache_revalidate on; proxy_cache_min_uses 1; proxy_cache_lock off; include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass $CPANEL_APACHE_PROXY_PASS; } include conf.d/server-includes/*.conf; include conf.d/users/moravianchurch/*.conf; include conf.d/users/moravianchurch/moravianchurch.rw/*.conf; } server { listen 80; listen [::]:80; listen 443 ssl; listen [::]:443 ssl; http2 off; ssl_certificate /var/cpanel/ssl/apache_tls/moravianchurch.rw/combined; ssl_certificate_key /var/cpanel/ssl/apache_tls/moravianchurch.rw/combined; server_name autodiscover.moravianchurch.rw cpanel.moravianchurch.rw cpcalendars.moravianchurch.rw cpcontacts.moravianchurch.rw webdisk.moravianchurch.rw webmail.moravianchurch.rw; include conf.d/includes-optional/cloudflare.conf; set $CPANEL_APACHE_PROXY_PASS $scheme://apache_backend_${scheme}_67_217_58_16; # For includes: set $CPANEL_APACHE_PROXY_IP 67.217.58.16; set $CPANEL_APACHE_PROXY_SSL_IP 67.217.58.16; set $CPANEL_SERVICE_SUBDOMAIN 1; location /.well-known/cpanel-dcv { root "/home/moravianchurch/public_html"; disable_symlinks if_not_owner; # pass to Apache include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass $CPANEL_APACHE_PROXY_PASS; } location /.well-known/pki-validation { root "/home/moravianchurch/public_html"; disable_symlinks if_not_owner; # pass to Apache include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass $CPANEL_APACHE_PROXY_PASS; } location /.well-known/acme-challenge { root "/home/moravianchurch/public_html"; disable_symlinks if_not_owner; # pass to Apache include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass $CPANEL_APACHE_PROXY_PASS; } location / { # Force https for service subdomains if ($scheme = http) { return 301 https://$host$request_uri; } # no cache proxy_cache off; proxy_no_cache 1; proxy_cache_bypass 1; # pass to Apache include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass $CPANEL_APACHE_PROXY_PASS; } } #### sub domains for moravianchurch ## server { server_name donate.moravianchurch.rw www.donate.moravianchurch.rw; listen 80; listen [::]:80; include conf.d/includes-optional/cloudflare.conf; set $CPANEL_APACHE_PROXY_PASS $scheme://apache_backend_${scheme}_67_217_58_16; # For includes: set $CPANEL_APACHE_PROXY_IP 67.217.58.16; set $CPANEL_APACHE_PROXY_SSL_IP 67.217.58.16; set $CPANEL_SERVICE_SUBDOMAIN 0; set $CPANEL_PROXY_CACHE moravianchurch; set $CPANEL_SKIP_PROXY_CACHING 0; listen 443 ssl; listen [::]:443 ssl; http2 off; ssl_certificate /var/cpanel/ssl/apache_tls/donate.moravianchurch.rw/combined; ssl_certificate_key /var/cpanel/ssl/apache_tls/donate.moravianchurch.rw/combined; ssl_protocols TLSv1.2 TLSv1.3; proxy_ssl_protocols TLSv1.2 TLSv1.3; ssl_prefer_server_ciphers on; ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256; proxy_ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256; root "/home/moravianchurch/donate.moravianchurch.rw"; location /cpanelwebcall { include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass http://127.0.0.1:2082/cpanelwebcall; } location /Microsoft-Server-ActiveSync { include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass http://127.0.0.1:2090/Microsoft-Server-ActiveSync; } location = /favicon.ico { allow all; log_not_found off; access_log off; include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass $CPANEL_APACHE_PROXY_PASS; } location = /robots.txt { allow all; log_not_found off; access_log off; include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass $CPANEL_APACHE_PROXY_PASS; } location / { proxy_cache $CPANEL_PROXY_CACHE; proxy_no_cache $CPANEL_SKIP_PROXY_CACHING; proxy_cache_bypass $CPANEL_SKIP_PROXY_CACHING; proxy_cache_valid 200 301 302 60m; proxy_cache_valid 404 1m; proxy_cache_use_stale error timeout http_429 http_500 http_502 http_503 http_504; proxy_cache_background_update on; proxy_cache_revalidate on; proxy_cache_min_uses 1; proxy_cache_lock off; include conf.d/includes-optional/cpanel-proxy.conf; proxy_pass $CPANEL_APACHE_PROXY_PASS; } include conf.d/server-includes/*.conf; include conf.d/users/moravianchurch/*.conf; include conf.d/users/moravianchurch/donate.moravianchurch.rw/*.conf; }
.
Edit
..
Edit
abm.conf
Edit
actsofcare
Edit
actsofcare.conf
Edit
afrikabal.conf
Edit
afrikabalfoundat.conf
Edit
amacopaints.conf
Edit
autopoweruganda.conf
Edit
axkinfra.conf
Edit
axkinsurance.conf
Edit
axkomni.conf
Edit
bearltd
Edit
bearltd.conf
Edit
bezzacom.conf
Edit
brcorg.conf
Edit
brightscholar.conf
Edit
bugeseralakeh.conf
Edit
bulera.conf
Edit
bunz.conf
Edit
cafervjf.conf
Edit
centrestjosephho.conf
Edit
chatamasafaris
Edit
chatamasafaris.conf
Edit
chrixrealty.conf
Edit
codebytesinc.conf
Edit
contoursanaly.conf
Edit
council
Edit
council.conf
Edit
crystalcarhire.conf
Edit
digitalnomad
Edit
digitalnomad.conf
Edit
drugsexpressco.conf
Edit
dufvgoza
Edit
dufvgoza.conf
Edit
ear.conf
Edit
easternhope.conf
Edit
ecolesainteanne.conf
Edit
edcaonline.conf
Edit
ehaho.conf
Edit
enviroserverwand.conf
Edit
estatespinnacleg.conf
Edit
ewawe.conf
Edit
fgscarrental.conf
Edit
finesafaris
Edit
finesafaris.conf
Edit
getjustly.conf
Edit
glowac.conf
Edit
gorillatourrwand
Edit
gorillatourrwand.conf
Edit
gwc.conf
Edit
highlandsapart.conf
Edit
hirwasafaris.conf
Edit
huzafoundation.conf
Edit
icecap.conf
Edit
ictchamber.conf
Edit
igikarievents.conf
Edit
imrorwanda.conf
Edit
ingenuit.conf
Edit
ishipamojagl.conf
Edit
jahazi.conf
Edit
jaligroup.conf
Edit
jalitransportrms.conf
Edit
kalisimbi.conf
Edit
kezasa
Edit
kezasa.conf
Edit
kgdl
Edit
kgdl.conf
Edit
kibuka
Edit
kibuka.conf
Edit
kibungocathodioc.conf
Edit
kigaliapartments.conf
Edit
kigalicarental.conf
Edit
krafthub
Edit
kundubuzima.conf
Edit
kwenda.conf
Edit
landmarkadvocate.conf
Edit
laurustravelstou.conf
Edit
makariosaf.conf
Edit
masterbeauty.conf
Edit
mcc.conf
Edit
mefric.conf
Edit
migration.conf
Edit
minimex.conf
Edit
moravianchurch.conf
Edit
murukali.conf
Edit
mylifeline.conf
Edit
myspider.conf
Edit
newsiteken
Edit
newsiteken.conf
Edit
nrrdo.conf
Edit
oshilevents.conf
Edit
panbioinstitute.conf
Edit
polariscon.conf
Edit
qrafc.conf
Edit
reao.conf
Edit
resonance360.conf
Edit
rwanda4x4kigalic
Edit
rwanda4x4kigalic.conf
Edit
saicrwanda.conf
Edit
sasahost.conf
Edit
shambassist.conf
Edit
softpackaging.conf
Edit
superbquest.conf
Edit
tesorobrands.conf
Edit
thepottershandaf.conf
Edit
trescapress.conf
Edit
visualab
Edit
webwisefortunes.conf
Edit