mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-16 07:57:01 +05:30
Add mail.msfjarvis.dev
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
d52720b9a3
commit
914f8aa111
1 changed files with 10 additions and 0 deletions
10
Caddyfile
10
Caddyfile
|
@ -88,6 +88,16 @@ https://dl.msfjarvis.dev {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
https://mail.msfjarvis.dev {
|
||||||
|
import base_config
|
||||||
|
root /var/www/mail.msfjarvis.dev
|
||||||
|
fastcgi / /run/php/php7.2-fpm.sock php
|
||||||
|
rewrite {
|
||||||
|
if {path} ends_with /
|
||||||
|
to {dir}/index.php
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
https://mc.msfjarvis.dev {
|
https://mc.msfjarvis.dev {
|
||||||
import base_config
|
import base_config
|
||||||
import compression_config
|
import compression_config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue