Update nginx.conf
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 10s

This commit is contained in:
Tibo De Peuter 2023-10-16 21:34:26 +02:00
parent d694c590e2
commit f91fd0f324

View file

@ -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;