mirror of
				https://github.com/KevinMidboe/schleppe-lab.git
				synced 2025-10-29 17:50: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; |     gzip_types text/html text/plain text/css text/xml text/javascript application/javascript application/xml; | ||||||
|  |  | ||||||
|   server { |   server { | ||||||
|       listen       4000; |       listen       80; | ||||||
|       listen  [::]:4000; |       listen  [::]:80; | ||||||
|       server_name  localhost; |       server_name  localhost; | ||||||
|  |  | ||||||
|       #access_log  /var/log/nginx/host.access.log  main; |       #access_log  /var/log/nginx/host.access.log  main; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user