Change Laravel server port from 8080 to 8081
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ autostart=true
|
|||||||
autorestart=true
|
autorestart=true
|
||||||
|
|
||||||
[program:laravel]
|
[program:laravel]
|
||||||
command=php -d upload_max_filesize=50M -d post_max_size=55M -d memory_limit=256M /app/artisan serve --host=0.0.0.0 --port=8080
|
command=php -d upload_max_filesize=50M -d post_max_size=55M -d memory_limit=256M /app/artisan serve --host=0.0.0.0 --port=8081
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user