Skip to content

Instantly share code, notes, and snippets.

View symant233's full-sized avatar
🍀

怀瑾 symant233

🍀
  • Kingsoft Office
  • Wuhan, China
  • 02:29 (UTC +08:00)
View GitHub Profile
@symant233
symant233 / vue-nginx.conf
Created July 18, 2021 08:10 — forked from namdau/vue-nginx.conf
Nginx config for Vuejs project with an API upstream
server {
server_name default_server;
# This is for Let's Encrypt certification renewal
include /etc/nginx/snippets/letsencrypt.conf;
# Redirect to https
location / {
return 301 https://$server_name$request_uri;
}
}
@symant233
symant233 / profiles.json
Last active June 6, 2020 10:55
Windows Terminal Settings <v0.10.781.0> 2020-04-03
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"alwaysShowTabs": true,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"initialCols": 100,
"initialRows": 30,
"requestedTheme": "dark",
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true,
"tabWidthMode": "equal",