mirror of
https://github.com/KevinMidboe/schleppe-lab.git
synced 2025-10-29 01:30:39 +00:00
Changed port nginx runs at 4000 -> 80
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user