added phanpy.novemila.org
This commit is contained in:
parent
70a0eae820
commit
9011d09a4d
@ -1,3 +1,5 @@
|
|||||||
|
# The Caddyfile is an easy way to configure your Caddy web server.
|
||||||
|
|
||||||
# Imposta il livello di log globale
|
# Imposta il livello di log globale
|
||||||
{
|
{
|
||||||
log {
|
log {
|
||||||
@ -13,15 +15,27 @@
|
|||||||
https://www.novemila.org {
|
https://www.novemila.org {
|
||||||
# Set this path to your site's directory.
|
# Set this path to your site's directory.
|
||||||
root * /home/sistemostro/website/
|
root * /home/sistemostro/website/
|
||||||
|
|
||||||
# Enable the static file server.
|
# Enable the static file server.
|
||||||
file_server
|
file_server
|
||||||
|
|
||||||
|
# Another common task is to set up a reverse proxy:
|
||||||
|
# reverse_proxy localhost:8080
|
||||||
|
|
||||||
|
# Or serve a PHP site through php-fpm:
|
||||||
|
# php_fastcgi localhost:9000
|
||||||
}
|
}
|
||||||
|
|
||||||
https://novemila.org {
|
https://novemila.org {
|
||||||
redir https://www.novemila.org{uri}
|
redir https://www.novemila.org{uri}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# PHANPY
|
||||||
|
|
||||||
|
https://phanpy.novemila.org {
|
||||||
|
root * /home/sistemostro/phanpy/
|
||||||
|
file_server
|
||||||
|
}
|
||||||
|
|
||||||
# VAULTWARDEN
|
# VAULTWARDEN
|
||||||
|
|
||||||
https://vault.novemila.org {
|
https://vault.novemila.org {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user