commit(auto)

This commit is contained in:
Kaz Saita(WSL2) 2024-02-11 18:00:10 +09:00
parent ca30b20315
commit c6116cf75b

View file

@ -126,7 +126,7 @@ $ sudo toucn /etc/caddy/Caddyfile
Caddyfileを編集 Caddyfileを編集
``` ```
localhost, 127.0.0.1 192.168.1.100(自分で決めたIPアドレス) saipi4.local(自分で決めたhostname) { localhost, 127.0.0.1 192.168.1.100(自分で決めたIPアドレス), saipi4.local(自分で決めたhostname), notes.kinoshita-lab.org(cludflareで設定したhostname) {
root * /var/www root * /var/www
file_server file_server
} }
@ -138,7 +138,7 @@ localhost, 127.0.0.1 192.168.1.100(自分で決めたIPアドレス) saipi4.loca
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>This is the title of the webpage!</title> <title>AYBABTU</title>
</head> </head>
<body> <body>
<p>All your base are belong to us.</p> <p>All your base are belong to us.</p>