We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd226f commit 5544035Copy full SHA for 5544035
README.md
@@ -149,7 +149,7 @@ npm run build
149
```shell
150
server {
151
listen 443 ssl;
152
- root /www/vueBus/laravel/public;
+ root /www/laravel-vue-admin/laravel/public;
153
server_name www.guke1.com; # 改为绑定证书的域名
154
155
# ssl 配置
@@ -217,8 +217,8 @@ upstream laravels {
217
218
listen 80;
219
# 别忘了绑Host哟
220
- server_name www.bus.com;
221
- root /home/www/vueBus/laravel/public;
+ server_name www.guke1.com;
+ root /home/www/laravel-vue-admin/laravel/public;
222
access_log /home/wwwlogs/nginx/$server_name.access.log;
223
autoindex off;
224
index index.html index.htm;
0 commit comments