1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Use localhost

This commit is contained in:
Mo 2022-05-03 19:04:32 +02:00
parent a1627d49c1
commit 33e36eaa80

View file

@ -1,6 +1,6 @@
server {
listen 80;
server_name 127.0.0.1;
server_name localhost;
location / {
include proxy_params;