Skip to content

Instantly share code, notes, and snippets.

View hotsoupisgood's full-sized avatar
💭
I may be slow to respond.

Hotsoupisgood hotsoupisgood

💭
I may be slow to respond.
View GitHub Profile
server {
listen 80 default_server;
listen [::]:80 default_server;
root /var/www/html;
# Add index.php to the list if you are using PHP
index index.html index.htm index.nginx-debian.html;
server_name _;