Replies: 11 comments
-
@wanghe-fit2cloud why was this converted into a discussion? it is a bug, not a discussion. |
Beta Was this translation helpful? Give feedback.
-
/usr/local/openresty/nginx/conf/nginx.conf test failed This error means that there is a configuration error in your Nginx configuration file. You need to check the settings in your OpenResty main configuration file. |
Beta Was this translation helpful? Give feedback.
-
@zhengkunwang223 then this is a bug because the main openresty configuration files were not touched at all, so these are what the installer put out. |
Beta Was this translation helpful? Give feedback.
-
It seems there's an issue with your configuration file – for example,
By default, this file does not exist in the container. |
Beta Was this translation helpful? Give feedback.
-
@zhengkunwang223 I disabled that but the error:
|
Beta Was this translation helpful? Give feedback.
-
@zhengkunwang223 looks like openresty doesn't support
|
Beta Was this translation helpful? Give feedback.
-
The error log:
|
Beta Was this translation helpful? Give feedback.
-
If I enter the server's IP address along with the port for 8080 (opened different port on host) it will open Nextcloud but will be a self signed certificate which then is rejected by 1Panel/OpenResty. |
Beta Was this translation helpful? Give feedback.
-
This is the config I use:
|
Beta Was this translation helpful? Give feedback.
-
I am using 1Panel to manage Docker containers which utilizes Openresty 1.21.4.3-3-3-focal for the reverse proxy server. I have used the following compose.yml
Unfortunately this just resulted in constantly ERROR 502 BAD GATEWAY error. The logs here:
I then used this configuration to make adjustments:
Unfortunately this doesn’t solve the issue and here are the error logs:
I am not sure what else I can do or why this is happening. The container can be accessed if I put in the IP of my server and point it to the 4001 port. But I am not sure how to further adjust the config to make this work. |
Beta Was this translation helpful? Give feedback.
-
Set the website with an IP as the domain name as the default website. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Contact Information
No response
1Panel Version
1.10.32-lts
Problem Description
I am wanting to run Nextcloud All in One which provides the instructions on how to set this up behind an existing reverse proxy here:
https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md
Part of the instructions provide a configuration for the reverse proxy but when I use this and attempt to save it in the configuration panel I get this error:
Service internal error: stderr: 2025/09/14 14:07:27 [emerg] 599#599: SSL_CTX_set1_curves_list("x25519:x448:secp521r1:secp384r1:secp256r1") failed nginx: [emerg] SSL_CTX_set1_curves_list("x25519:x448:secp521r1:secp384r1:secp256r1") failed nginx: configuration file /usr/local/openresty/nginx/conf/nginx.conf test failed
Steps to Reproduce
This is my compose.yml file:
And this is my configuration file for the reverse proxy:
Beta Was this translation helpful? Give feedback.
All reactions