v2.0.0-beta.42 #784
0xJacky
announced in
Announcements
Replies: 1 comment 1 reply
-
|
I supposed this release would be the rc release, it seems I am wrong. 😂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Notice
We're excited to announce that we've been hard at work developing the next generation of the Nginx UI (v2). To keep up-to-date with our progress, please visit Nginx UI v2.
Please feel free to send any feedback, suggestions, or bug reports on Github issues.
Thank you to all of the beta testers as we approach rc.1.
Change vs v2.0.0-beta.41
Breaking Changes:
CasdoorSettings.Certificatesetting has been deprecated and replaced byCasdoorSettings.CertificatePath, which refers to the path of the certificate file..confmanually. Diff: https://github.com/0xJacky/nginx-ui/pull/445/filesnginx_logsection in the configuration file has been renamed tonginx.NginxConfigDirandNginxPIDPathin theserversection have been renamed toConfigDirandPIDPathrespectively, and both have been moved into thenginxsection.ReloadCmdandRestartCmdhave been added in thenginxsection to configure custom commands for reloading/restarting Nginx./var/logs/nginx/access.logand/var/logs/nginx/error.logare no longer soft links to/dev/stdoutand/dev/stderr, but regular files. If you need this functionality, please addaccess_log /dev/stdoutanderror_log /dev/stderrin yournginx.conf. For users upgrading from older versions who do not need this feature, check if yournginx.confcontainsaccess_log /var/logs/nginx/access.local.loganderror_log /var/logs/nginx/error.local.log. If so, please manually remove them to avoid duplicate log entries. This change allows you to map/var/logs/nginxto a directory on the host machine to achieve persistent storage of log files.What's new:
What's new
Fixes:
gpt-4-1106-previewmodel in ChatGPT settings.Enhances:
Docs:
Others:
This discussion was created from the release v2.0.0-beta.42.
Beta Was this translation helpful? Give feedback.
All reactions