,
Codeigniter4
Codeigniter4 web 웹 폴더 중에 설치 하실 폴더 지정
예) htdocs > api <- Codeigniter4
vi /etc/nginx/app.d/server.webstation-vhost.conf
해당 호스팅 conf 파일명 찾아서
include /usr/local/etc/nginx/conf.d/3e355fee-66c4-49ca-83aa-a2dba42a995d/user.conf*;
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ /\.ht {
deny all;
}
추가 저장
esc > : > wq
재시작
nginx -s reload
[Nas][Redmine]Plugin / 설치 가능한 플러그인 (0) | 2021.01.04 |
---|---|
[Nas]네트워크 폴더 에러 / 액세스 할 수 없습니다. 둘 이상의 사용자 이름으로 서버 또는 공유 리소스에 다중 연결할 수 없습니다. (0) | 2020.12.30 |
[Docker] Synology Nas Mariadb 설치 (0) | 2020.11.05 |
[Redmine]Plugins - ckeditor (0) | 2020.10.28 |
[Docker] Code-Server 설치 (0) | 2020.10.27 |