Skip to content

Instantly share code, notes, and snippets.

View Logicbloke's full-sized avatar

Taha Logicbloke

View GitHub Profile
@Zash
Zash / hg.example.com
Last active July 19, 2020 10:27
hgweb+nginx
server {
server_name hg.example.com;
root /var/www/hg.example.com;
listen 0.0.0.0:80;
listen 0.0.0.0:443 ssl;
listen [::]:80;
listen [::]:443 ssl http2;