Compare commits

...

2 commits

Author SHA1 Message Date
f70169bad1 port back to 80 2025-07-10 21:50:23 +02:00
7ac69c3ec7 port back to 80 2025-07-10 21:49:51 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
server {
listen 8000;
listen [::]:8000;
listen 80;
listen [::]:80;
server_name oldrabbit.town;
#access_log /var/log/nginx/host.access.log main;

View file

@ -7,7 +7,7 @@ services:
container_name: nginx
image: nginx
ports:
- 8000:8000
- 8000:80
volumes:
- ./src:/usr/share/nginx/html
- ./config:/etc/nginx/conf.d