jvvan / reverseproxy

Reverse Proxy API powered by Nginx.
MIT License
13 stars 1 forks source link

Not creating the proxy #6

Closed Hiekki4 closed 2 years ago

Hiekki4 commented 2 years ago

Could not reload nginx, deleting proxy:

jvvan commented 2 years ago

What is the output of nginx -t?

Hiekki4 commented 2 years ago
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Hiekki4 commented 2 years ago

How can I resolve this issue?

jvvan commented 2 years ago

I am not sure what is causing this bug, a few people are using this in production and it seems to work just fine. Try to restart Nginx yourself using systemctl restart nginx and try again. Other than that I have no idea what can be causing this issue.