mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
nginx
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
FROM nginx:stable
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
EXPOSE 80 8080
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ http {
|
||||
|
||||
server {
|
||||
listen 8080;
|
||||
listen 80;
|
||||
|
||||
access_log /dev/stdout;
|
||||
error_log /dev/stderr;
|
||||
|
||||
Reference in New Issue
Block a user