Changed port nginx runs at 4000 -> 80

This commit is contained in:
2023-05-19 20:16:33 +02:00
parent a0844939f3
commit 0f123651fb

View File

@@ -30,8 +30,8 @@ http {
gzip_types text/html text/plain text/css text/xml text/javascript application/javascript application/xml;
server {
listen 4000;
listen [::]:4000;
listen 80;
listen [::]:80;
server_name localhost;
#access_log /var/log/nginx/host.access.log main;