Skip to content

Instantly share code, notes, and snippets.

View fazaio's full-sized avatar
🪄
Pesulap code! | Militan HANO

Faza Aulia fazaio

🪄
Pesulap code! | Militan HANO
View GitHub Profile
@fazaio
fazaio / nginx
Created May 29, 2023 17:20
nginx
nginx file
server {
listen 80;
listen [::]:80;
root /var/www/javasuperapp.com/html;
index index.html index.htm index.nginx-debian.html;
server_name javasuperapp.com www.javasuperapp.com;