APP_URL Behaviour #10597
Unanswered
NerdBlender
asked this question in
Q&A
APP_URL Behaviour
#10597
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have my snipe-it on a subdomain of the server, all was fine until i updated snipe-it, and it seems the app_url doesnt seem to work correctly. I can basically set it to anything, clear the cache and it ignores it, i'm not sure if its nginx causing some issues, but my nginx config looks like this:
`server {
listen 80;
server_name localhost server server.domain.com;
rewrite_log on;
error_log /var/log/nginx/localhost.error_log notice;
}
`
My snipe-it APP_URL is set to http://server.domain.com/assets
With this config, all my links are broken. if i make a simple nginx file that has the snipe-it as the document root, I can basically set the APP_URL to any subdomain - i currently have it set to server.domain.com/cabbage and it has no affect, but changing the server name to cabbage.cabbage.com does.
I'm not sure why running the snipe-it upgrade broke it
Beta Was this translation helpful? Give feedback.
All reactions