Skip to content

Instantly share code, notes, and snippets.

View vaniacer's full-sized avatar

Ivan vaniacer

View GitHub Profile
@vaniacer
vaniacer / nginx.conf
Created April 29, 2019 08:34 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@vaniacer
vaniacer / wildfly-install.sh
Created October 20, 2017 08:32 — forked from kwinsch/wildfly-install.sh
Script to install JBoss Wildfly 10.x as service in Linux
#!/bin/bash
#title :wildfly-install.sh
#description :The script to install Wildfly 10.x
#more :http://sukharevd.net/wildfly-8-installation.html
#author :Dmitriy Sukharev
#date :2016-06-29T15:45-1600
#usage :/bin/bash wildfly-install.sh
#tested-version1 :10.1.0.Final
#tested-distros1 :Ubuntu 16.04