Replace references to doma.in with s.test

This commit is contained in:
Alejandro Celaya
2023-01-19 09:05:52 +01:00
parent 6904dcfed0
commit 80e3f01562
33 changed files with 100 additions and 100 deletions

View File

@@ -1,5 +1,5 @@
<VirtualHost *:80>
ServerName doma.in
ServerName s.test
DocumentRoot "/path/to/shlink/public"
<Directory "/path/to/shlink/public">

View File

@@ -1,5 +1,5 @@
server {
server_name doma.in;
server_name s.test;
listen 80;
root /path/to/shlink/public;
index index.php;