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