Skip to content

Commit 08027bb

Browse files
committed
update relative url root
1 parent 8cef9ab commit 08027bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/environments/production.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
config.active_storage.service = :huaweicloud
2626

2727
# Set the relative URL root for apps behind load balancer with path prefix
28-
# config.relative_url_root = "/e-newspaper"
28+
config.relative_url_root = "/e-newspaper"
2929

30-
config.assets.prefix = "/e-newspaper/assets"
30+
# config.assets.prefix = "/e-newspaper/assets"
3131

3232
# Assume all access to the app is happening through a SSL-terminating reverse proxy.
3333
config.assume_ssl = true

0 commit comments

Comments
 (0)