Skip to content

Instantly share code, notes, and snippets.

View Samiulcse's full-sized avatar

MD SAMIUL ISLAM Samiulcse

View GitHub Profile
@Samiulcse
Samiulcse / nginx.conf
Created April 8, 2024 04:34 — forked from rummykhan/nginx.conf
Nginx + Supervisor conf for Octane
server {
listen 80;
server_name app.rehanmanzoor.me;
charset utf-8;
client_max_body_size 1M;
location / {
proxy_pass http://127.0.0.1:8001;
proxy_http_version 1.1;
@Samiulcse
Samiulcse / docker-compose.yml
Created March 28, 2024 06:14 — forked from hasinhayder/docker-compose.yml
Getting up and running with MariaDB and phpMyAdmin using Docker
version: '3.8'
services:
mariadb:
image: mariadb:10.8
restart: always
ports:
- 3307:3306
volumes:
- ./mariadb:/var/lib/mysql
@Samiulcse
Samiulcse / cloudSettings
Last active June 6, 2021 16:14 — forked from sarthaksavvy/cloudSettings
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-06-06T16:14:35.055Z","extensionVersion":"v3.4.3"}