top of page
Icon Logo.png

Setup Custom Domain

Writer's picture: David ChenDavid Chen

Updated: May 12, 2021

GliaStory provides two ways to setup custom domains.

  • Subdomain

  • Subfolder


Subdomain


for subdomain, simply setup a CNAME record point to `ghs.gliacloud.com`




Subfolder


for subfolder, you need to setup a reverse proxy (e.g. NGINX) and point to `ghs.gliacloud.com`.



NGINX

location /ampstory {
  proxy_pass http://ghs.gliacloud.com
  proxy_set_header Host $host;
}




94 views0 comments

Recent Posts

See All

Comments


bottom of page