Update nginx.conf
This commit is contained in:
parent
81f0f2e1df
commit
5dd58daca4
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ http {
|
|||
|
||||
# Vhost
|
||||
server {
|
||||
listen 4990;
|
||||
listen [::]:4990;
|
||||
listen 8443;
|
||||
listen [::]:8443;
|
||||
server_name _;
|
||||
root /usr/local/phyre/web/public;
|
||||
# Fix error "The plain HTTP request was sent to HTTPS port"
|
||||
|
|
Loading…
Reference in a new issue