Skip to content

Instantly share code, notes, and snippets.

View VuongNQ's full-sized avatar
🎯
Learning and sharing

VuongNQ VuongNQ

🎯
Learning and sharing
View GitHub Profile
@VuongNQ
VuongNQ / Virtual host proxy Apache with SSL (Laragon config).md
Last active September 20, 2024 06:50
Virtual host proxy Apache with SSL (Laragon config)

Requiment:

Step

1: open app and choose Menu -> Apache -> SSl and enable

2: on Menu, select Quick app and choose an app Blank

3: enter name app you want to create(no space) => after tool create, your domain like

@VuongNQ
VuongNQ / Virtual host proxy Nginx with SSL (Window config).md
Last active September 19, 2024 09:48
Virtual host Nginx with SSL (Window config)
@VuongNQ
VuongNQ / minifyHTML.liquid
Last active November 27, 2024 06:37
Minify HTML snippet template shopify
{% capture breakLine %}
{% endcapture %}
{% liquid
if content_for_header contains 'Shopify.designMode'
echo content
else
assign listSpace = ' , , , , , , , , ' | split: ','
assign clearCommentTag = ''
assign listCommentTagsAfter = content | split: '<!--'
for afterItem in listCommentTagsAfter