Update nginx.conf
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s
This commit is contained in:
parent
d694c590e2
commit
f91fd0f324
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ http {
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 0.0.0.0:80;
|
listen 0.0.0.0:12345;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
|
|
Loading…
Reference in a new issue