Update nginx.conf

This commit is contained in:
Bozhidar Slaveykov 2023-11-26 02:46:02 +02:00
parent 81f0f2e1df
commit 5dd58daca4

View file

@ -89,8 +89,8 @@ http {
# Vhost # Vhost
server { server {
listen 4990; listen 8443;
listen [::]:4990; listen [::]:8443;
server_name _; server_name _;
root /usr/local/phyre/web/public; root /usr/local/phyre/web/public;
# Fix error "The plain HTTP request was sent to HTTPS port" # Fix error "The plain HTTP request was sent to HTTPS port"