created multisite

This commit is contained in:
2024-03-07 12:39:35 +01:00
parent 4d635db56a
commit 14bba8e642
7 changed files with 60 additions and 39 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ server {
listen 80 default_server;
root /var/www/html/popsucoloque.com/public_html/web;
index index.html index.php;
server_name *.popsucoloque.com;
server_name dev.colloque2021.popsu.archi.fr dev.colloque2024.popsu.archi.fr;
charset utf-8;
+1 -1
View File
@@ -1,4 +1,4 @@
PS1='\e[36m\e[1mPHP-7.3\e[0m:\e[90m\w\e[0m\n$ '
PS1='\e[36m\e[1mPHP-8.1\e[0m:\e[90m\w\e[0m\n$ '
bind '"\e[A": history-search-backward'
bind '"\e[B": history-search-forward'