Skip to content

Instantly share code, notes, and snippets.

View swpustc's full-sized avatar

Wanpeng Song swpustc

View GitHub Profile
@gaoyifan
gaoyifan / google-fonts-proxy
Last active January 9, 2025 12:20
google-fonts-proxy
server {
listen 80;
listen 443;
listen [::]:80;
listen [::]:443;
server_name fonts.lug.ustc.edu.cn;
access_log /var/log/nginx/revproxy_access.log;
error_log /var/log/nginx/revproxy_error.log;