Skip to content

Nginx config prevents custom.css/custom.js loading so settings.yaml dont apply in v0.6.33 #2017

Closed Locked Answered by MFYDev
MFYDev asked this question in Support
Discussion options

You must be logged in to vote

Thank you guys for all the answers, I have already fixed this, the reason why this was happening was because my Nginx will cache for the reverse proxy. I added two more lines to the reverse proxy and this got fixed:

proxy_no_cache 1;
proxy_cache_bypass 1;

Replies: 4 comments 13 replies

Comment options

You must be logged in to vote
12 replies
@MFYDev
Comment options

@shamoon
Comment options

@MFYDev
Comment options

@shamoon
Comment options

@MFYDev
Comment options

Comment options

You must be logged in to vote
1 reply
@sonikun
Comment options

Answer selected by shamoon
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2016 on September 18, 2023 03:45.