Skip to content

Instantly share code, notes, and snippets.

View hotsoupisgood's full-sized avatar
☠️
...

Hotsoupisgood hotsoupisgood

☠️
...
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 _;