Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

article.url does not include port number #31

Open
nogweii opened this issue Mar 14, 2010 · 1 comment
Open

article.url does not include port number #31

nogweii opened this issue Mar 14, 2010 · 1 comment

Comments

@nogweii
Copy link
Contributor

nogweii commented Mar 14, 2010

Just as the title says, calling article.url includes the path, the domain, the protocol, but not the port.

Run rackup locally, and open your atom feed. (Presuming rack uses a non-standard port) If you look at the ID (that should be fixed, but w/e) or link, the port is not shown.

@ixti
Copy link

ixti commented Aug 10, 2011

Specify port number as part of your website url in config:

  #...
  set :url, "http://example.com:3000"
  #...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants